patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] [19.11] Revert "net/mlx5: fix RSS expansion scheme for GRE header"
@ 2022-05-16 11:38 Gregory Etelson
  0 siblings, 0 replies; only message in thread
From: Gregory Etelson @ 2022-05-16 11:38 UTC (permalink / raw)
  To: stable; +Cc: getelson, erezf

This reverts commit 3f65b6101051deb4ad4a19a92c01044f8e52a145.

The original patch was intended for updated RSS expansion
implemented in the upstream brunch.

cc: stable@dpdk.org

Signed-off-by: Gregory Etelson <getelson@nvidia.com>
---
 drivers/net/mlx5/mlx5_flow.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c
index 0d73eebcfc..29c27226be 100644
--- a/drivers/net/mlx5/mlx5_flow.c
+++ b/drivers/net/mlx5/mlx5_flow.c
@@ -180,8 +180,7 @@ static const struct rte_flow_expand_node mlx5_support_expansion[] = {
 		.type = RTE_FLOW_ITEM_TYPE_VXLAN_GPE,
 	},
 	[MLX5_EXPANSION_GRE] = {
-		.next = RTE_FLOW_EXPAND_RSS_NEXT(MLX5_EXPANSION_ETH,
-						 MLX5_EXPANSION_IPV4,
+		.next = RTE_FLOW_EXPAND_RSS_NEXT(MLX5_EXPANSION_IPV4,
 						 MLX5_EXPANSION_IPV6,
 						 MLX5_EXPANSION_GRE_KEY,
 						 MLX5_EXPANSION_MPLS),
-- 
2.35.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-16 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 11:38 [PATCH] [19.11] Revert "net/mlx5: fix RSS expansion scheme for GRE header" Gregory Etelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).