Hi, > -----Original Message----- > From: Slava Ovsiienko <viachesl...@nvidia.com> > Sent: Sunday, June 20, 2021 9:30 AM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com>; Matan Azrad > <ma...@nvidia.com>; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix TSO multi-segment inline length > > The inline data length for TSO ethernet segment should be calculated from > the TSO header instead of the inline size configured by txq_inline_min > devarg or reported by the NIC. > It is imposed by the nature of TSO offload - inline header is being duplicated > to every output TCP packet. > > Fixes: cacb44a09962 ("net/mlx5: add no-inline Tx flag") > Cc: sta...@dpdk.org > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh