Re: [dpdk-dev] [PATCH v5 4/7] net/mlx5: support push flow action on VLAN header

2019-09-10 Thread Slava Ovsiienko
> -Original Message- > From: Moti Haimovsky > Sent: Monday, September 9, 2019 18:57 > To: Slava Ovsiienko ; Raslan Darawsheh > > Cc: dev@dpdk.org > Subject: [PATCH v5 4/7] net/mlx5: support push flow action on VLAN header > > This commit adds support for RTE_FLOW_ACTION_TYPE_OF_PUSH_VLAN

[dpdk-dev] [PATCH v5 4/7] net/mlx5: support push flow action on VLAN header

2019-09-09 Thread Moti Haimovsky
This commit adds support for RTE_FLOW_ACTION_TYPE_OF_PUSH_VLAN using direct verbs flow rules. If present in the flow, The VLAN default values are taken from the VLAN item configuration. In this commit only the VLAN TPID value can be set since VLAN modification actions are not supported yet. Signed