Re: [dpdk-dev] [PATCH] net/mlx5: support the new VLAN matching fields

2020-10-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Sunday, October 25, 2020 6:04 PM > To: Slava Ovsiienko > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: support the new VLAN matching > fields > > The fields ``has_vlan`` and ``ha

[dpdk-dev] [PATCH] net/mlx5: support the new VLAN matching fields

2020-10-25 Thread Matan Azrad
The fields ``has_vlan`` and ``has_more_vlan`` were added in rte_flow by patch [1]. Using these fields, the application can match all the VLAN options by single flow: any, VLAN only and non-VLAN only. Add the support for the fields. By the way, add the support for QinQ packets matching. VLAN\QinQ