[PATCH 1/2] net/mlx5: fix port private max_lro_msg_size
Raslan Darawsheh
rasland at nvidia.com
Sun Nov 20 16:32:30 CET 2022
Hi,
> -----Original Message-----
> From: Gregory Etelson <getelson at nvidia.com>
> Sent: Thursday, November 17, 2022 4:39 PM
> To: dev at dpdk.org
> Cc: Gregory Etelson <getelson at nvidia.com>; Matan Azrad
> <matan at nvidia.com>; Raslan Darawsheh <rasland at nvidia.com>; Slava
> Ovsiienko <viacheslavo at 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 <getelson at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>
Series applied to next-net-mlx,
With small fixes to title.
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list