Re: [dpdk-dev] [PATCH] net/mlx5: fix validate MPLSoGRE with GRE key

2020-11-13 Thread Thomas Monjalon
10/11/2020 12:59, Xiaoyu Min: > From: Xiaoyu Min > > Currently PMD only accept flow which item_mpls directly follow item_gre, > means to match the GRE header without GRE optional field key in MPLSoGRE > encapsulation. > > However, for the MPLSoGRE, the GRE header could have the optional field >

[dpdk-dev] [PATCH] net/mlx5: fix validate MPLSoGRE with GRE key

2020-11-10 Thread Xiaoyu Min
From: Xiaoyu Min Currently PMD only accept flow which item_mpls directly follow item_gre, means to match the GRE header without GRE optional field key in MPLSoGRE encapsulation. However, for the MPLSoGRE, the GRE header could have the optional field (i.e, key) according to the RFC. So PMD need t