]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/commit
NETAPI: This commit addes the following functionality:
authorTinku Mannan <tmannan@ti.com>
Fri, 8 Feb 2013 15:30:37 +0000 (10:30 -0500)
committerTinku Mannan <tmannan@ti.com>
Fri, 8 Feb 2013 15:59:40 +0000 (10:59 -0500)
commit894c56ffe90b69c4b38ac635979c358d080667f1
tree8d266071ed056da95ef342ffcefa85c3823f64b3
parent0663b0635d88fc9af0b3b0ea60b61600805f7486
NETAPI: This commit addes the following functionality:
1. Adding net_test_thread_utils.c/.h files which contain internal
net_test APIs for slow and fast path thread creation.
2. Updated net_test_config.txt with slow and fast path configuration
parameters.
3. Added new config file parsing routines for slow and fast path configuration
parameters to net_test_utils.c/.h (renamed from net_test_util.c/.h).
4. General cleanup.
17 files changed:
ti/runtime/netapi/netapi.h
ti/runtime/netapi/netcp_cfg.h
ti/runtime/netapi/src/netapi.c
ti/runtime/netapi/src/netapi_init.c
ti/runtime/netapi/src/netapi_loc.h
ti/runtime/netapi/src/netapi_sec.c
ti/runtime/netapi/src/netcp_cfg.c
ti/runtime/netapi/test/build/Makefile
ti/runtime/netapi/test/net_test.c
ti/runtime/netapi/test/net_test.h
ti/runtime/netapi/test/net_test_config.txt [changed mode: 0644->0755]
ti/runtime/netapi/test/net_test_router.c
ti/runtime/netapi/test/net_test_sa_utils.c
ti/runtime/netapi/test/net_test_thread_utils.c [new file with mode: 0755]
ti/runtime/netapi/test/net_test_thread_utils.h [new file with mode: 0755]
ti/runtime/netapi/test/net_test_utils.c [moved from ti/runtime/netapi/test/net_test_util.c with 93% similarity]
ti/runtime/netapi/test/net_test_utils.h [moved from ti/runtime/netapi/test/net_test_util.h with 78% similarity]