Hi, > -----Original Message----- > From: Gregory Etelson <[email protected]> > Sent: Thursday, December 23, 2021 3:08 PM > To: [email protected] > Cc: Gregory Etelson <[email protected]>; Raslan Darawsheh > <[email protected]>; [email protected]; Matan Azrad > <[email protected]>; Slava Ovsiienko <[email protected]>; Ferruh > Yigit <[email protected]>; Dekel Peled <[email protected]> > Subject: [PATCH] net/mlx5: fix RSS expansion with explicit next protocol > > The PMD RSS expansion scheme by default compiles flow rules for all > flow item types that may branch out from a stub supplied > by application. > For example, > ETH can lead to VLAN, IPv4 or IPv6. > IPv4 can lead to UDP, TCP, IPv4 or IPv6. > > If application explicitly specified next protocol type, expansion must > use that option only and not create flows with other protocol types. > > The PMD ignored explicit next protocol values in GRE and VXLAN-GPE. > > The patch updates RSS expansion for GRE and VXLAN-GPE with explicit > next protocol settings. > > Fixes: c7870bfe09dc ("ethdev: move RSS expansion code to mlx5 driver") > > Cc: [email protected] > > Signed-off-by: Gregory Etelson <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

