Re: [dpdk-dev] [PATCH] net/mlx5: port id action must be after VLAN actions

2019-11-03 Thread Matan Azrad
Hi From: Xiaoyu Min > Rdma-core needs the dst_vport (port_id) action be after push/pop VLAN > and modify hdr actions otherwise it will reject to create rule. > > This pach validates the port_id is after push/pop VLAN and set VLAN VID/PCP > otherwise PMD spits out errors. > > Fixes: 5f163d520cff

[dpdk-dev] [PATCH] net/mlx5: port id action must be after VLAN actions

2019-10-30 Thread Xiaoyu Min
Rdma-core needs the dst_vport (port_id) action be after push/pop VLAN and modify hdr actions otherwise it will reject to create rule. This pach validates the port_id is after push/pop VLAN and set VLAN VID/PCP otherwise PMD spits out errors. Fixes: 5f163d520cff ("net/mlx5: support modify VLAN ID