[PATCH] net/mlx5: fix RSS expansion for patterns with ICMP item

Raslan Darawsheh rasland at nvidia.com
Mon Jun 20 09:22:37 CEST 2022


Hi,

> -----Original Message-----
> From: Gregory Etelson <getelson at nvidia.com>
> Sent: Friday, June 17, 2022 8:23 AM
> To: dev at dpdk.org; Gregory Etelson <getelson at nvidia.com>
> Cc: Raslan Darawsheh <rasland at nvidia.com>; stable at dpdk.org; Matan
> Azrad <matan at nvidia.com>; Slava Ovsiienko <viacheslavo at nvidia.com>;
> Ferruh Yigit <ferruh.yigit at intel.com>; Dekel Peled <dekelp at nvidia.com>
> Subject: [PATCH] net/mlx5: fix RSS expansion for patterns with ICMP item
> 
> MLX5 PMD RSS expansion implementation added L4 UDP or TCP
> headers after ICMP.
> For example:
> ETH / IPv4 / ICMP expanded into  ETH / IPv4 / ICMP / {UDP | TCP}
> ETH / IPv6 / ICMPv6 expanded into  ETH / IPv6 / ICMPv6 / {UDP | TCP}
> 
> The patch updates PMD expansion scheme to handle ICMP and ICMPv6
> types
> as non-expandable for RSS.
> 
> cc: stable at dpdk.org
> 
> Fixes: c7870bfe09dc ("ethdev: move RSS expansion code to mlx5 driver")
> Signed-off-by: Gregory Etelson <getelson at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the dev mailing list