> -----Original Message-----
> From: Alexander Kozyrev <[email protected]>
> Sent: Tuesday, November 8, 2022 15:45
> To: [email protected]
> Cc: [email protected]; Raslan Darawsheh <[email protected]>; Slava Ovsiienko
> <[email protected]>; Matan Azrad <[email protected]>; Michael Baum
> <[email protected]>
> 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: [email protected]
> 
> Signed-off-by: Alexander Kozyrev <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>

Reply via email to