Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Thursday, November 17, 2022 4:39 PM > To: dev@dpdk.org > Cc: Gregory Etelson <getel...@nvidia.com>; Matan Azrad > <ma...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com> > Subject: [PATCH 1/2] net/mlx5: fix port private max_lro_msg_size > > The PMD analyzes each Rx queue maximal LRO size and selects one that > fits all queues to configure TIR LRO attribute. > TIR LRO attribute is number of 256 bytes chunks that match the > selected maximal LRO size. > > PMD used `priv->max_lro_msg_size` for selected maximal LRO size and > number of TIR chunks. > > Fixes: 9f1035b5f71c ("net/mlx5: fix port initialization with small LRO") > > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com>
Series applied to next-net-mlx, With small fixes to title. Kindest regards, Raslan Darawsheh