Re: [dpdk-dev] [PATCH] net/mlx5: add check for pop and push VLAN actions

2021-07-22 Thread Thomas Monjalon
22/07/2021 09:48, Dong Zhou: > For CX6 in FDB domain, pop and push VLAN on both ingress and > egress directions are supported. > > For CX6 in NIC domain, and CX5 in both FWD add NIC domain, pop > VLAN is only supported on ingress direction, push VLAN is only > supported on egress direction. > > S

[dpdk-dev] [PATCH] net/mlx5: add check for pop and push VLAN actions

2021-07-22 Thread Dong Zhou
For CX6 in FDB domain, pop and push VLAN on both ingress and egress directions are supported. For CX6 in NIC domain, and CX5 in both FWD add NIC domain, pop VLAN is only supported on ingress direction, push VLAN is only supported on egress direction. Signed-off-by: Dong Zhou Acked-by: Matan Azra