Merge branch 'master' of gtgit01.gt.design.ti.com:git/projects/netapi
some updates to scripts/web pages
Update config file paths to point to new location on filesystem
Integrate transport_dpi_demo with RM
Merge remote branch 'origin/dpi_demo'
Multi-proc changes for integration with latest NWAL
Merge branch 'multi-proc'
Conflicts:
ti/runtime/netapi/src/netapi_init.c
ti/runtime/netapi/src/netapi_loc.h
ti/runtime/netapi/test/net_test_bench.c
ti/runtime/netapi/test/net_test_router.c
Conflicts:
ti/runtime/netapi/src/netapi_init.c
ti/runtime/netapi/src/netapi_loc.h
ti/runtime/netapi/test/net_test_bench.c
ti/runtime/netapi/test/net_test_router.c
Updates to transport_dpi_demo_setup to restart thttpd with ability to run cgi scripts, other minor updates.
Updates to transport_dpi_demo_setup.sh
Update net_test setup scripts to reflect new path to config files
Makefile updates for install
Adding demo setup files
Update calls to netapi_netcpCfgCreateMacInterface with etherType field
Renaming demo files to reflect transport, fix stats collection for multi-proc
Updates for stats collection across processes
Adding netapi dpi demo files
Add support for etherType field for netapi_netcpCfgCraeteMacInterface
Additional fix for SDOCM00107974: Add support for hmac-sha256 in netapi ipsecmgr daemon
Integrate net_test_router with RM.
Update version to 01.01.00.02
SDOCM00112119,SDOCM00108231: Added option for stop_offload command to not expire SA
DOCM00112138: Resolve issue with NETAPI ipsecmgr delete Sa interface API.
Remove printf from pktio send functions.
Resolve NETAPI library coverity warnings.
net_test_loopback: only teardown DSP fastpath classifier and pktio channel if NETAPI_SYS_MASTER
Fix delete and find pktio internal functions
Test application updates for Multi-process support in NETAPI
Multi-proc support in NETAPI
Upate pktio.c to include csl_qm_queue.h
Fix compilation issues
Update release version
Release spinlock in case of sock_send failure to RM server
SDOCM00107974: Add support for hmac-sha2-256 in netapi ipsecmgr daemon
NETAPI ipsecmgr daemon changes to integrate with Resource Manager(RM)
NETAPI library and test changes to integrate with Resource Manager(RM)
SDOCM00107645: ipsecmgr sampe application needs to provide option for user to give flow to use for egress offload
SDOCM00107645: ipsecmgr sampe application needs to provide option for user to give flow to use for egress offload
NETAPI changes to support device specific libraries
NETAPI makefile updates to sync with yocto recipes
Merge remote-tracking branch 'origin/lamarr'
Conflicts:
ti/runtime/netapi/src/netapi_loc.h
Conflicts:
ti/runtime/netapi/src/netapi_loc.h
9 years agoFix for SDOCM00107501:Compilation issues observed when compiling with C++ DEV.NETAPI.01.00.00.11
Fix for SDOCM00107501:Compilation issues observed when compiling with C++
Fix makefile_armv7 to build shared libraries
Integration changes with latest NWAL
Fix for SDOCM00106989: Additional fix for K2E settings
Fix for SDOCM00107104: NETAPI changes to support new mechanism for PA stats collection for K2L/K2E.
Fix for SDOCM00106989: Need to update netapi ipsecmgr with K2L/K2E device-tree paths for netrx completion queue and flow
NETAPI changes for MCSDK3.1, cleanup
Change back paFwActive flag to nwal_TRUE, fix of previous commit
Resize PA_ BUFFER2 configuration size for k2l/k2e
mFix install rule for ipsecmgr_daemon.out
Makefile udpates to build device specific test applications
NETAPI test application changes for MCSDK 3.1 which supports k2l/k2e
NETAPI library changes for MCSDK 3.1 which supports k2l/k2e
some minor changes to test code:
- bug in net_test_router double counting rx pkts
- handle other crypto modes in router.c
- support NULL crypto/auth combinations in net_test_sa_utils.c
-
- bug in net_test_router double counting rx pkts
- handle other crypto modes in router.c
- support NULL crypto/auth combinations in net_test_sa_utils.c
-
Updated version to 01.00.00.10
This commit adds the following:
1. SDOCM0090624: Fix for Delete Classifer API will try and delete the same
ad hoc IP rule if it is used in multiple classifiers.
2. Incorporated NETAPI code review comments.
1. SDOCM0090624: Fix for Delete Classifer API will try and delete the same
ad hoc IP rule if it is used in multiple classifiers.
2. Incorporated NETAPI code review comments.
Added back rule for netapi shared object compilation
General cleanup to remove collection of debug stats
SDOCM00090624:Delete Classifer API will try and delete the same ad hoc IP rule if it is used in multiple classifiers
Multiple interface routing support updates.
Added support for routeType configurtion for exception rules.
Added support for remote/source IP configuration for IP rules.
Added support for remote/source IP configuration for IP rules.
NETAPI updates to support enhanced route types.
Integration with latest version of HPLIB
Added IPV6 and bridge interface support
Fix for SDOCM00103887- resized TUNE_NETAPI_CONFIG_MAX_SA_TO_PA_DESC to 200.
Added shared object library support, updated release version.
Multi-proc support in NETAPI changes
Fix for SDOCM00103116: netapi_init() error codes not checked in right place.
Fix for SDOCM00103205: scheduler cycle counts are not collected properly and are garbage in printout
10 years agoFix for SDOCM00103115: ARM user space transport: net test router test ipsec capabilit...
Fix for SDOCM00103115: ARM user space transport: net test router test ipsec capability is broken.
SDOCM00102718: Offload support for AEX_XCBC
Changing netapi_secGetChanCtxInfo API definition and implementation
This commit adds the following:
1. Changing API name from netapi_secGetChanHandles to netapi_secGetChanCtxInfo.
2. Enabling netapi ipsecmgr to run in daemon mode.
3. Update version to 1.0.0.8
1. Changing API name from netapi_secGetChanHandles to netapi_secGetChanCtxInfo.
2. Enabling netapi ipsecmgr to run in daemon mode.
3. Update version to 1.0.0.8
Multi-proc changes
Support for multiple interfaces
This commit adds the following:
1. NETAPI changes to support multiproc PA/SA.
2. NETAPI integration with HPLIB shared memory API's
3. New to query per channel SA/PA handles.
1. NETAPI changes to support multiproc PA/SA.
2. NETAPI integration with HPLIB shared memory API's
3. New to query per channel SA/PA handles.
This commit adds the following:
1. Fix for SDOCM00102515(Graceful shutdown of netapi ipsecmgr daemon not supported).
2. Netapi ipsecmgr daemon makefile update to support compile time flag to enable RX policy creation.
3. Fix in netapi_secAddRxPolicy when constructing APPID for IPSEC policy.
1. Fix for SDOCM00102515(Graceful shutdown of netapi ipsecmgr daemon not supported).
2. Netapi ipsecmgr daemon makefile update to support compile time flag to enable RX policy creation.
3. Fix in netapi_secAddRxPolicy when constructing APPID for IPSEC policy.
Makfile updates for yocto
NETAPI integration with ipsecmgr
Configuration updates for router application
Fix DSP load issue for DSP cores 0 and 1
Removed IPSEC_TOOLS dir and contents
Adding scripts/configuration files to test IPSEC wit TransportNet Lib test apps
10 years ago fix for SDOCM00101400- sp config file parameter is used for both slow path and switc...
fix for SDOCM00101400- sp config file parameter is used for both slow path and switch port, changing switch port to swp
Changes for yocto build env.
Updates to net_test_bench application, removed net_test_setup.sh
Set qmQueMgmtProxyDataReg to NULL for k1, k2h
Adding net_test_bench application, scripts to set irq smp affinity, setup scripts for net_test_loopback and router applications
This commit adds the following:
1. Disable netapi logging by default.
2. Cleanup.
3. Incorporate remaining code review comments.
1. Disable netapi logging by default.
2. Cleanup.
3. Incorporate remaining code review comments.
Fix for SDOCM00101269: call netapi_netcpCfgException with action to discard packets at time of netapi_shutdown
Changes to compile with devkit
10 years agoUpdate for nightly build fix. Incorrect typo in the filename found for net_test_loopb... DEV.NETAPI.01.00.00.06
Update for nightly build fix. Incorrect typo in the filename found for net_test_loopback.c compared to what is mentioned in makefile. Renamed the file name.
fix for net_test_setup.sh script for hplibmod.ko path, adding some net_test tools
Update version info to 01.00.00.06
10 years agoMakefile cleanup: removed dependency on CORTEX_A15 compile file flag, updated sources...
Makefile cleanup: removed dependency on CORTEX_A15 compile file flag, updated sources accordingly.
Update location of doxygen output folder, config file changes, setup script changes
Makefile updates for yocto: fixed make install for netapi
NETAPI net test application updates
Updated the netapi build infrastructure to align for yocto
Fixed issue with running and gracefully terminating net_test_router application.
Fixed mapping of threads to configured cpu sets.
Fixed mapping of threads to configured cpu sets.