> -----Original Message-----
> From: Yiding Zhou <yidingx.z...@intel.com>
> Sent: Friday, August 12, 2022 10:53 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>; sta...@dpdk.org; Zhou, YidingX
> <yidingx.z...@intel.com>
> Subject: [PATCH] net/iavf: fix VLAN insertion
>
> When the PF driver tells the VF to insert VLAN tag using the L2TAG2 field,
> vector Tx path does not use Tx context descriptor and would cause VLAN tag
> inserted into the wrong location.
>
> This commit is to fix the issue by using normal Tx path to handle L2TAG2 case.
>
> Fixes: 3aa957338503 ("net/iavf: fix VLAN insert")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Yiding Zhou <yidingx.z...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi