Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix wrong layer validation with decapsulation

2020-02-19 Thread Matan Azrad
From: Suanming Mou > Currently, the flow validate function only validate the outermost layer with > the header modify actions. If there is decapsulation action before the header > modify action, the validation should choose the inner layer for validation. > > Add decapsulation check when valida

[dpdk-dev] [PATCH 1/2] net/mlx5: fix wrong layer validation with decapsulation

2020-02-19 Thread Suanming Mou
Currently, the flow validate function only validate the outermost layer with the header modify actions. If there is decapsulation action before the header modify action, the validation should choose the inner layer for validation. Add decapsulation check when validate with the header modify action