odp icon indicating copy to clipboard operation
odp copied to clipboard

The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane

Results 76 odp issues
Sort by recently updated
recently updated
newest added

Require that input packets to IPsec operations have valid L3 type and L4 offset (except in outbound tunnel mode without L4 checksum offload) metadata in addition to L3 offset. This...

The first patch changes API so that packet completion events can be lost if the destination queue is full. The patch does not change whether SA disable completion events can...

commit 5f4a585f32481122276036b34a9aac225a74a124 Author: Nithin Dabilpuram Date: Tue Sep 21 16:35:50 2021 +0530 api: ipsec: support associating inline SA to a pktio Not all HW platforms support having a global Inline...

A pool create failed issue is detected in our system, error shows the system call fallocate is interruptted: "odp_ishm.c:707:create_file():Huge page memory allocation failed: fd=582, file=/dev/hugepages/0/odp-16-ishm-pool_008_pkt-rx:7-0, err="Interrupted system call"" Is that...

api: tm: add node stats capability and query API Add capability to advertise capability of nodes at a given level to provide statistics. Also add a new API to query...

commit cac0c783a1fcf65c92dd25ca0dd4d05b3ab3a584 Author: Nithin Dabilpuram Date: Tue Jul 13 10:47:30 2021 +0530 validation: tm: add test suites with different params Add test suites for 5 level, 2 fanin, 4 queues...

Populate the test packets with layer info Signed-off-by: Vidya Sagar Velumuri Signed-off-by: Aakash Sasidharan Change-Id: Ib1bfd36ddf03bb34a8661f1e02806e4dbfb19c69

Adding new application odp_ipsec_ordered to test ipsec outbound processing with multiple worker cores. The current IPsec performance test application is not suitable to test ordering operations overhead hence a new...

Some of the HW has support for allocating the packet buffer based on the size. This is often useful for saving the memory where the application can create a different...

A reference validation test for exercising more antireplay tests required for validating the AR larger window sizes(PR https://github.com/OpenDataPlane/odp/pull/1261). Signed-off-by: Mahipal Challa