Re: [dpdk-dev] [PATCH] examples/rxtx_callbacks: fix HW timestamp enable

2019-07-29 Thread Thomas Monjalon
25/07/2019 17:51, Harman Kalra: > Offloafing Rx timestamp is a device capability than queue capability. Why is it a device capability and not a queue capability? > Hence the logic to enable HW timestamp via DEV_RX_OFFLOAD_TIMESTAMP > flag should be before device configuration. > > Fixes: cd1dade

Re: [dpdk-dev] [PATCH] examples/rxtx_callbacks: fix HW timestamp enable

2019-07-27 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Harman Kalra > Sent: Thursday, July 25, 2019 9:22 PM > To: John McNamara ; Pablo de Lara > ; Bruce Richardson > ; Harry van Haaren > ; Xiaoyun Li > Cc: dev@dpdk.org; Harman Kalra ; barbe...@kth.se > Subject: [dpdk-dev] [PATCH] examples/rxtx_ca