net/mlx5: fix RSS expansion for GTP
authorLior Margalit <lmargalit@nvidia.com>
Sun, 18 Jul 2021 11:15:04 +0000 (14:15 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 22 Jul 2021 14:55:19 +0000 (16:55 +0200)
commit3e455a97dcb23b6e3684aa48a0302cf0429f4286
tree94471526d345277ac16dc82bc1b7014965b71078
parent92d16c83a7383b28cf845cfcae7282d63747e625
net/mlx5: fix RSS expansion for GTP

The flow did not expand correctly when it included a GTP item.

Added GTP node to the expansion graph as possible next node
after IPv4/IPv6 UDP node.

Fixes: 592f05b29a25 ("net/mlx5: add RSS flow action")
Cc: stable@dpdk.org
Signed-off-by: Lior Margalit <lmargalit@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/mlx5_flow.c