[dpdk-dev] [PATCH v1 12/13] net/mlx5: separate vlan strip modification

2020-08-24 Thread Ophir Munk
When updating a queue vlan stripping offload - either the WQ is modified in Verbs or the RQ is modified in DevX. Add a vlan stripping modify callback to 'struct mlx5_obj_ops' and assign it with the specic Verbs and DevX implementations: 'rxq_obj_modify_wq_vlan_strip' and 'rxq_obj_modify_rq_vlan_st

[dpdk-dev] [PATCH v1 12/13] net/mlx5: separate vlan strip modification

2020-08-20 Thread Ophir Munk
From: Ophir Munk When updating a queue vlan stripping offload - either the WQ is modified in Verbs or the RQ is modified in DevX. Add a vlan stripping modify callback to 'struct mlx5_obj_ops' and assign it with the specic Verbs and DevX implementations: 'rxq_obj_modify_wq_vlan_strip' and 'rxq_ob