Re: [dpdk-dev] [PATCH] net/mlx5: fix pop VLAN with decap action validate

2020-07-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Wednesday, July 15, 2020 10:31 AM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix pop VLAN with decap action validate > > The combination of decap action fo

[dpdk-dev] [PATCH] net/mlx5: fix pop VLAN with decap action validate

2020-07-15 Thread Dekel Peled
The combination of decap action followed by pop VLAN action is not fully validated in existing code. This patch updates the validation function of pop vlan action. Pop VLAN with preceding Decap requires inner header with VLAN. Pop VLAN without preceding Decap requires outer header with VLAN. Fixe