net/mlx5: fix item flag on GENEVE item validation
On validation of GENEVE item, the wrong flag is used. This patch sets the correct bit in item_flags bitmap. Fixes: e59a5dbcfd07 ("net/mlx5: add flow match on GENEVE item") Cc: stable@dpdk.org Signed-off-by: Dekel Peled <dekelp@mellanox.com> Acked-by: Matan Azrad <matan@mellanox.com>
This commit is contained in:
parent
b1d63d8293
commit
953c00f763
@ -4418,7 +4418,7 @@ flow_dv_validate(struct rte_eth_dev *dev, const struct rte_flow_attr *attr,
|
||||
error);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
last_item = MLX5_FLOW_LAYER_VXLAN_GPE;
|
||||
last_item = MLX5_FLOW_LAYER_GENEVE;
|
||||
break;
|
||||
case RTE_FLOW_ITEM_TYPE_MPLS:
|
||||
ret = mlx5_flow_validate_item_mpls(dev, items,
|
||||
|
Loading…
x
Reference in New Issue
Block a user