Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Thursday, October 12, 2023 7:35 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Suanming Mou <suanmi...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com> > Subject: [PATCH] net/mlx5: fix MPRQ stride size check > > We should only check that MPRQ stride size is bigger than the mbuf size in > case no devarg configuration has been provided. Headroom check was > indtroduced recently and removed this condition inadvertently. > Restore this condition and only check if mprq_log_stride_size is not set. > > Fixes: 8e7925aa77 ("net/mlx5: fix MPRQ stride size to accommodate the > headroom")
fixed the wrong fixes line > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh