Re: [dpdk-dev] [PATCH v1] net/mlx5: fix ETH validation for GTP

2021-07-22 Thread Thomas Monjalon
20/07/2021 17:17, Lior Margalit: > The user is able to create a flow rule pattern with ETH after GTP > although it is not supported by the flex-parser configuration. > > Failed the rule validation in such case with proper error message. > > Fixes: 23c1d42c7138 ("net/mlx5: split flow validation to

[dpdk-dev] [PATCH v1] net/mlx5: fix ETH validation for GTP

2021-07-20 Thread Lior Margalit
The user is able to create a flow rule pattern with ETH after GTP although it is not supported by the flex-parser configuration. Failed the rule validation in such case with proper error message. Fixes: 23c1d42c7138 ("net/mlx5: split flow validation to dedicated function") Cc: sta...@dpdk.org Si