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

Use stash and pre-allocated memory to store tick_buf index, so timer_expire can find expire tick_buf index with hash function without walk through all tick_buf. Addtional overhead introduced to timer start...

commit cb533ac0a62bd9ba35dbfc5d0bb5754bcbe4bed6 (HEAD -> dev-run-script-changes, origin/dev-run-script-changes) Author: Nithin Dabilpuram Date: Thu Nov 10 15:09:43 2022 +0530 example: remove ODP_PKTIO_PCAP condition to run tests ODP_PKTIO_PCAP is a linux-generic platform specific define...

Parse ODP helper options to enable possibility to choose ODP thread memory model.

v6: rebase, add icache prefetch options to icache_perf test to demonstrate usage of the new API

If the number of packets to send are not in multiple of the burst size, (num pkts to send % burst size) packets are not sent. This patch adds a...

An issue of incorrect IPv4 checksum is observed when sources are compiled in release mode with optimization flags -fno-var-tracking-assignments. On annotating, it was observed that few IP header fields are...