Re: [dpdk-dev] [PATCH v2 1/3] ethdev: expose Rx hardware timestamp

2017-08-24 Thread Nélio Laranjeiro
On Thu, Aug 24, 2017 at 10:46:31AM +0300, Raslan Darawsheh wrote: > Added new capability to the list of rx offloads for hw timestamp > > The PMDs how expose this capability will always have it enabled. Not sure this comment is accurate, Rx offloads are application request, PMD does not have to en

[dpdk-dev] [PATCH v2 1/3] ethdev: expose Rx hardware timestamp

2017-08-24 Thread Raslan Darawsheh
Added new capability to the list of rx offloads for hw timestamp The PMDs how expose this capability will always have it enabled. But, if the following API got accepted applications can choose between disable/enable this API. http://dpdk.org/dev/patchwork/patch/27470/ Signed-off-by: Raslan Daraws