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

2017-10-03 Thread Andrew Rybchenko
On 10/03/2017 09:53 AM, Yongseok Koh wrote: On Oct 2, 2017, at 11:40 PM, Andrew Rybchenko wrote: On 10/03/2017 09:33 AM, 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 --- This pat

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

2017-10-02 Thread Yongseok Koh
> On Oct 2, 2017, at 11:40 PM, Andrew Rybchenko > wrote: > > On 10/03/2017 09:33 AM, 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 >> >> >> --- >> This patch should be

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

2017-10-02 Thread Andrew Rybchenko
On 10/03/2017 09:33 AM, 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 --- This patch should be applied after after this series: http://dpdk.org/dev/patchwork/patch/29368/ --- doc/gu

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

2017-10-02 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/ --- doc/guides/nics/features.rst | 11 +++ lib/librt