Re: [dpdk-dev] [PATCH v6 1/3] ethdev: add Rx HW timestamp capability

2017-10-05 Thread Ferruh Yigit
On 10/3/2017 12:00 PM, Raslan Darawsheh wrote: > Add a new offload capability flag for Rx HW > timestamp and enabling/disabling this via rte_eth_rxmode. > > Signed-off-by: Raslan Darawsheh <...> > +++ b/doc/guides/nics/features.rst > @@ -567,6 +567,17 @@ Supports L4 checksum offload. > * **[pr

Re: [dpdk-dev] [PATCH v6 1/3] ethdev: add Rx HW timestamp capability

2017-10-03 Thread Shahaf Shuler
Hi Raslan, Tuesday, October 3, 2017 2:00 PM, Raslan Darawsheh > Add a new offload capability flag for Rx HW timestamp and enabling/disabling > this via rte_eth_rxmode. > > Signed-off-by: Raslan Darawsheh > --- > This patch should be applied after after this series: > http://dpdk.org/dev/patchwo

[dpdk-dev] [PATCH v6 1/3] ethdev: add Rx HW timestamp capability

2017-10-03 Thread Raslan Darawsheh
Add a new offload capability flag for Rx HW timestamp and enabling/disabling this via rte_eth_rxmode. Signed-off-by: Raslan Darawsheh --- This patch should be applied after after this series: http://dpdk.org/dev/patchwork/patch/29368/ Changes in v6: - Rebased properly on top of the mentioned pa