[dpdk-dev] [PATCH v9 3/3] net/mlx5: add Rx HW timestamp

2017-10-10 Thread Raslan Darawsheh
Expose Rx HW timestamp to packet mbufs. Signed-off-by: Raslan Darawsheh --- Changes in v9: - Fix indentation issue in mlx5_rxtx_vec_neon.h Changes in v8: - Rebasing the work on top of next-net Changes in v7: - Rebasing the work on top ot c814b93b ("net/mlx5: add vectorized Rx/Tx burst for ARM"

Re: [dpdk-dev] [PATCH v9 3/3] net/mlx5: add Rx HW timestamp

2017-10-10 Thread Yongseok Koh
> On Oct 10, 2017, at 7:37 AM, Raslan Darawsheh wrote: > > Expose Rx HW timestamp to packet mbufs. > > Signed-off-by: Raslan Darawsheh > --- Acked-by: Yongseok Koh Thanks