> On Oct 10, 2017, at 6:14 PM, Ferruh Yigit <[email protected]> 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 <[email protected]>
>> Reviewed-by: Shahaf Shuler <[email protected]>
>> Acked-by: Yongseok Koh <[email protected]>
>
> 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