numam-dpdk/examples/rxtx_callbacks
Harman Kalra 6f327ba1a3 examples/rxtx_callbacks: fix HW timestamp config
Since all PMDs doesn't implement per queue offload capabilities but
supports RX timestamping and also since rx_offload_capa includes all
rx_queue_offload_capa's. Hence moving the logic to enable HW timestamp
via DEV_RX_OFFLOAD_TIMESTAMP flag before device configuration so that
this application can work with all PMDs.

Fixes: cd1dadeb9b ("examples/rxtx_callbacks: support HW timestamp")

Signed-off-by: Harman Kalra <hkalra@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
2019-07-30 11:21:49 +02:00
..
main.c examples/rxtx_callbacks: fix HW timestamp config 2019-07-30 11:21:49 +02:00
Makefile examples: fix pkg-config detection with older make 2019-07-03 23:10:23 +02:00
meson.build examples/rxtx_callbacks: support HW timestamp 2019-06-06 20:21:20 +09:00