net/mlx5: fix eCPRI matching
authorDmitry Kozlyuk <dkozlyuk@nvidia.com>
Mon, 9 Aug 2021 14:26:46 +0000 (17:26 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 19 Aug 2021 08:13:41 +0000 (10:13 +0200)
commit12d42b248c6a5eec17830b4163b0edaf5ec7bdb0
tree7d1abf69ce32e48070930f7cee45dd021c64da83
parent828274b70ad10bc1ae54c4b4b446e7f42f181521
net/mlx5: fix eCPRI matching

When an ETH or VLAN flow item directly preceding ECPRI (i. e. a pattern
for eCPRI over Ethernet) did not specify the eCPRI protocol, matches
were not restricted to eCPRI traffic. For example, "eth / ecpri / end"
pattern behaved as "eth / end". Implicitly add Ethernet type condition,
so that "eth / ecpri / end" behaves as "eth type is 0xAEFE / end".

Fixes: daa38a8924a0 ("net/mlx5: add flow translation of eCPRI header")
Cc: stable@dpdk.org
Signed-off-by: Dmitry Kozlyuk <dkozlyuk@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/mlx5_flow_dv.c