odp
odp copied to clipboard
The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane
Adds support for IPsec inbound benchmarking. This is just a reference "./test/performance/odp_ipsec" test application for benchmarking the IPsec inbound performance required for PR "https://github.com/OpenDataPlane/odp/pull/1261". Signed-off-by: Mahipal Challa
This PR is for improving the pktio_main test code so that adding a new mode into test_txrx becomes easier. Previously, an additional boolean argument was added to the test_txrx function...
This patchset expands pktio and packet spec to allow inner layer parsing, packet identification, checksum generation, validation. Inner layer API are needed for inner protocol identification, parsing, checksum validation and...
Hello, I have following unrelated queries: - Does ODP Support Link Aggregate Groups. If yes how? - When using Scheduler/Classifier API over DPDK how do we know if the flow...
Dmitry Eremin-Solenikov 2018-12-10 14:47:58 UTC It looks like I didn't add AES-CCM test cases into IPsec test suite. We should consider adding IPsec AES-CCM test vectors.
Dmitry Eremin-Solenikov 2018-09-03 09:49:34 UTC All tests fail on PPC64el with the following error: ``` FAIL: time/time_main ==================== odp_system_info.c:314:systemcpu():Cache line sizes definitions don't match. odp_system_info.c:364:odp_system_info_init():systemcpu failed odp_init.c:256:odp_init_global():ODP system_info init failed....
Dmitry Eremin-Solenikov 2018-09-03 09:58:56 UTC I'm observing occasional test failures on x86 (both i386 and amd64): ``` Test: scheduler_test_wait_time ...FAILED 1. scheduler.c:189 - odp_time_cmp(diff, upper_limit)
Dmitry Eremin-Solenikov 2018-09-04 08:15:48 UTC See attached build log. Comment 1 Dmitry Eremin-Solenikov 2018-09-04 08:18:52 UTC ``` Test: queue_test_burst_spsc ...FAILED 1. queue.c:308 - ev != ODP_EVENT_INVALID 2. queue.c:308 - ev...
Bogdan Pricope 2018-08-01 07:11:04 UTC Maximum number of scheduling groups is very short: - for basic scheduler 28 (NUM_SCHED_GRPS - SCHED_GROUP_NAMED) - for SP scheduler is 9 - for iquery...
Janne Peltonen 2018-10-03 10:20:21 UTC Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs. The IPsec implementation allocates IPv4 IDs for tunnel mode packets but...