Re: [dpdk-dev] [PATCH] net/mlx5: update VLAN and encap actions validation

2020-03-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Tuesday, March 24, 2020 2:58 PM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: update VLAN and encap actions validation > > Flow rule in NIC table on VF repres

[dpdk-dev] [PATCH] net/mlx5: update VLAN and encap actions validation

2020-03-24 Thread Dekel Peled
Flow rule in NIC table on VF representor should not contain VLAN pop or push actions, and encap or decap actions. Using these actions in NIC table on VF representor is not a valid use case. This patch updates the various validation functions to reject such rules. Cc: sta...@dpdk.org Signed-off-by