Re: [dpdk-dev] [PATCH] net/mlx5: fix VLAN actions with wildcard VLAN iten

2020-05-14 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Wednesday, May 13, 2020 10:49 PM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix VLAN actions with wildcard VLAN iten > > Previous patch added support of VL

[dpdk-dev] [PATCH] net/mlx5: fix VLAN actions with wildcard VLAN iten

2020-05-13 Thread Dekel Peled
Previous patch added support of VLAN item without VLAN ID value, i.e. using wildcard VLAN item, to match VLAN with any VLAN ID. The implication on VLAN actions was not taken into consideration. VLAN actions (e.g. push vlan) use the VLAN ID value in the VLAN item, and expect it to be valid. This pa