Hi, > -----Original Message----- > From: Slava Ovsiienko <viachesl...@nvidia.com> > Sent: Wednesday, August 17, 2022 5:15 PM > To: dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; Raslan Darawsheh > <rasl...@nvidia.com>; Dmitry Kozlyuk <dkozl...@nvidia.com>; Raja Zidane > <rzid...@nvidia.com>; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix condition to avoid Tx failure > > From: Raja Zidane <rzid...@nvidia.com> > > If hardware descriptor (WQE) length exceeds one the HW can handle, > the Tx queue failure occurs. PMD does the length check but there was > a bug - the length limit was expressed in 16B units (WQEBB segments), > while the calculated WQE length and limit were in 64B units (WQEBBs). > Fix the condition to avoid subsequent Tx queue failure. > > Fixes: 18a1c20 ("net/mlx5: implement Tx burst template") > Cc: sta...@dpdk.org > > Signed-off-by: Raja Zidane <rzid...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh