Hi, > -----Original Message----- > From: Gregory Etelson <[email protected]> > Sent: Thursday, November 17, 2022 4:39 PM > To: [email protected] > Cc: Gregory Etelson <[email protected]>; Matan Azrad > <[email protected]>; Raslan Darawsheh <[email protected]>; Slava > Ovsiienko <[email protected]> > 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 <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Series applied to next-net-mlx, With small fixes to title. Kindest regards, Raslan Darawsheh

