Re: [dpdk-dev] [PATCH 0/2] net/mlx5: fix incorrect layer choose with decap

2020-02-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Wednesday, February 19, 2020 4:26 PM > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH 0/2] net/mlx5: fix incorrect layer choose with decap > > For header modify actions after decapsulation

[dpdk-dev] [PATCH 0/2] net/mlx5: fix incorrect layer choose with decap

2020-02-19 Thread Suanming Mou
For header modify actions after decapsulation action, the header modify actions should be applied to the inner layers. Currently, it always treats the outermost layers as the corresponding layer even though with decapsulation action. Add the layer validation with decapsulation for the header modi