Re: [dpdk-dev] [PATCH 04/11] net/mlx5: fix allow push VLAN without VID value

2020-01-22 Thread Slava Ovsiienko
> -Original Message- > From: Dekel Peled > Sent: Wednesday, January 22, 2020 16:27 > To: Matan Azrad ; Slava Ovsiienko > > Cc: Raslan Darawsheh ; Ori Kam > ; dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH 04/11] net/mlx5: fix allow push VLAN without VID value > > Currently the push VLAN

[dpdk-dev] [PATCH 04/11] net/mlx5: fix allow push VLAN without VID value

2020-01-22 Thread Dekel Peled
Currently the push VLAN action requires a VID value, either from existing VLAN item, or from following 'set VLAN vid' action. This patch removes this limitation, allowing a push VLAN action with vid value 0. Fixes: b8c0372bc5ac ("net/mlx5: fix set VLAN ID/PCP in new header") Cc: sta...@dpdk.org