On 10/11/2017 2:22 AM, Yongseok Koh wrote: > >> On Oct 10, 2017, at 6:14 PM, Ferruh Yigit <ferruh.yi...@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 <rasl...@mellanox.com> >>> Reviewed-by: Shahaf Shuler <shah...@mellanox.com> >>> Acked-by: Yongseok Koh <ys...@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); >
Yes, only this one. > And we are okay with it. Thanks. > > Thanks, > Yongseok >