Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Tuesday, November 8, 2022 3:45 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > Michael Baum <michae...@nvidia.com> > Subject: [PATCH] net/mlx5: fix the first segment inline length > > Packets can be split into several mbufs with various data sizes. > There is no limitation on how small these segments can be. > But there is a limitation on Tx side for inline configuration: > send WQEs with inline headers less than the required are dropped. > The very first segment must be more than minimal inline eth segment. > Enforce this requirement by merging a few segments in this case. > > Fixes: ec837ad0fc7 ("net/mlx5: fix multi-segment inline for the first > segments") > Cc: sta...@dpdk.org > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh