Re: [dpdk-dev] [PATCH v1] net/mlx5: fix RSS expansion for inner tunnel VLAN

2021-08-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Lior Margalit > Sent: Tuesday, August 3, 2021 9:13 PM > To: Matan Azrad > Cc: dev@dpdk.org; Lior Margalit ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] net/mlx5: fix RSS expansion for inner tunnel > VLAN >

[dpdk-dev] [PATCH v1] net/mlx5: fix RSS expansion for inner tunnel VLAN

2021-08-03 Thread Lior Margalit
The RSS expansion alg is using a graph to find the possible expansion paths. The VLAN item in the flow pattern requires special treatment, because it should not be added implicitly by the expansion alg. If the flow pattern ends with ETH item, the pattern will be expanded with IPv4 and IPv6. For exa