Re: [dpdk-dev] [PATCH] net/mlx5: fix refuse empty VLAN validation

2021-01-24 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shiri Kuzin > Sent: Tuesday, January 19, 2021 7:07 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > ; Shahaf Shuler ; Raslan > Darawsheh ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix refuse empty VLAN validation > > In verbs, an empty VLAN

[dpdk-dev] [PATCH] net/mlx5: fix refuse empty VLAN validation

2021-01-19 Thread Shiri Kuzin
In verbs, an empty VLAN is equivalent to a packet without VLAN layer, hence, the VLAN item should not be empty and this case is rejected. However, the case for ether type of VLAN without following VLAN item was not validated, allowing the creation of a flow with empty VLAN item. To fix this issue