On 9/4/2018 7:21 AM, Shahaf Shuler wrote: > Tuesday, August 28, 2018 9:59 PM, Yongseok Koh: >> wrapping >> >>> On Aug 23, 2018, at 4:10 PM, Xueming Li <xuemi...@mellanox.com> wrote: >>> >>> Rxq cq_ci was 16 bits while hardware is expecting to wrap around 24 >>> bits, this caused interrupt failure after burst of packets. >>> >>> Fixes: 43e9d9794cde ("net/mlx5: support upstream rdma-core") >>> Cc: Shahaf Shuler <shah...@mellanox.com>
I assume you would want to backport the fix to stable releases, so adding: Cc: sta...@dpdk.org Please shout if that is not the intention. >>> >>> Signed-off-by: Xueming Li <xuemi...@mellanox.com> >>> --- >> Acked-by: Yongseok Koh <ys...@mellanox.com> > > Applied to next-net-mlx, thanks. > >> >> Thanks