Re: [dpdk-dev] [PATCH] net/mlx5: fix match on empty VLAN item in DV mode

2020-05-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Tuesday, May 5, 2020 3:58 PM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix match on empty VLAN item in DV mode > > In existing implementation, using wild

[dpdk-dev] [PATCH] net/mlx5: fix match on empty VLAN item in DV mode

2020-05-05 Thread Dekel Peled
In existing implementation, using wild card VLAN item is not allowed. A VLAN item in flow pattern must include VLAN ID (vid) value. This obligation contradics the intention of documentation update [1]. This patch updates the VLAN item validation and translation, to allow wild card VLAN item, witho