odp-dpdk
odp-dpdk copied to clipboard
OpenDataPlane DPDK platform implementation
rte_eth_link_get() API has been updated to have a return value. Check the return value and use rte_eth_link_get_nowait() variant to avoid possible extra delays. Signed-off-by: Matias Elo
Observe crash on odp_packet_free()/odp_packet_free_multi() call in ODP_PKTIN_MODE_DIRECT mode after update the application to odp-dpdk 1.32.0 . Platform info: -------------- root@linux:~# uname -a Linux linux 5.4.47-00007-gb3489eea8 #1 SMP PREEMPT Sun Jan...
Hi, I am facing a strange issue with odp dpdk stack .. I am running odp_generator example binary for generating packets and receiving those packets in another vm. below are...
#131 - Added DPDK HW 64-bit timestamp; - Moved ts_all ts_ptp handling inside cycle to allow each pkt be marked with it's own timestamp.
Hi, The DPDK DPAA2 driver and DPDK 20.11 appear to support the hardware timestamping of RX packets. Can this time information be accessed by odp-dpdk? (finding the ODP time API...
Hi, This is related to "dynamic linking ODP to DPDK 20.11 (#117)". When using a Mellanox card it has external dynamic dependencies that ODP needs to link against. For the...
OFP function tcp_ts_getticks() calls below ODP API's: ofp_timer_ticks_u64(0) -> odp_timer_current_tick(shm->socket_timer_pool) -> rte_get_timer_cycles() rte_get_timer_cycles() returns big value (in my case : 604475915736788 ) but tcp_ts_getticks() expect value between 0 to 1000...
Hello, Are LAGs(Link Access Group) supported in ODP. If yes how to use the same. I understand we can create pktio interface per Port. Regards, Neetika
Hi, Have you consider adding API/implementation to reduce power consumption: e.g. sleeping the workers when there is not traffic and awake them on RX interrupts? DPDK was some API for...