Re: [dpdk-dev] [PATCH v2] net/mlx5: fix GRE flow rule

2018-06-19 Thread Yongseok Koh
> On May 24, 2018, at 10:56 AM, Yongseok Koh wrote: > > Creating a flow having pattern from the middle of a packet is allowed. For > example, > > testpmd> flow create 0 ingress pattern vxlan vni is 20 / end actions ... > > Device can parse GRE protocol number in outer IP header but specifyin

[dpdk-dev] [PATCH v2] net/mlx5: fix GRE flow rule

2018-05-24 Thread Yongseok Koh
Creating a flow having pattern from the middle of a packet is allowed. For example, testpmd> flow create 0 ingress pattern vxlan vni is 20 / end actions ... Device can parse GRE protocol number in outer IP header but specifying from GRE header can't differentiate it from VxLAN tunnel. As a resu