Re: [dpdk-dev] [PATCH 2/4] net/mlx5: add new fields in Rx completion entry

2018-06-26 Thread Yongseok Koh
> On Jun 26, 2018, at 4:37 AM, Yongseok Koh wrote: > > Stride index is added to mlx5_mini_cqe8 structure and WQE ID is added to > mlx5_cqe structure. > > Signed-off-by: Yongseok Koh > Acked-by: Shahaf Shuler > --- Please disregard this patchset. It has been sent mistakenly. Will send out v2.

[dpdk-dev] [PATCH 2/4] net/mlx5: add new fields in Rx completion entry

2018-06-26 Thread Yongseok Koh
Stride index is added to mlx5_mini_cqe8 structure and WQE ID is added to mlx5_cqe structure. Signed-off-by: Yongseok Koh Acked-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_prm.h | 9 +++-- drivers/net/mlx5/mlx5_rxtx.h | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dr