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

Yongseok Koh yskoh at mellanox.com
Wed Oct 11 03:22:41 CEST 2017


> On Oct 10, 2017, at 6:14 PM, Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> 
> On 10/10/2017 3:37 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 <rasland at mellanox.com>
>> Reviewed-by: Shahaf Shuler <shahafs at mellanox.com>
>> Acked-by: Yongseok Koh <yskoh at mellanox.com>
> 
> Series applied to dpdk-next-net/master, thanks.
> 
> (fixed testpmd 32bits build error while applying, please confirm the commit)

There seems to be one line of change in "app/testpmd: add Rx HW timestamp"

< +                     printf(" - timestamp %lu ", mb->timestamp);
---
> +                     printf(" - timestamp %"PRIu64" ", mb->timestamp);

And we are okay with it.

Thanks,
Yongseok



More information about the dev mailing list