> -----Original Message-----
> From: Xu, Ke1 <ke1...@intel.com>
> Sent: Wednesday, March 15, 2023 5:13 PM
> To: Zeng, ZhichaoX <zhichaox.z...@intel.com>; dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Zhou, YidingX
> <yidingx.z...@intel.com>; Huang, ZhiminX <zhiminx.hu...@intel.com>;
> Richardson, Bruce <bruce.richard...@intel.com>; Konstantin Ananyev
> <konstantin.v.anan...@yandex.ru>; Wu, Jingjing <jingjing...@intel.com>;
> Xing, Beilei <beilei.x...@intel.com>
> Subject: RE: [PATCH] net/iavf: fix VLAN Tx in AVX512
>
>
> > -----Original Message-----
> > From: Zeng, ZhichaoX <zhichaox.z...@intel.com>
> > Sent: Wednesday, March 15, 2023 4:46 PM
> > To: dev@dpdk.org
> > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Zhou, YidingX
> > <yidingx.z...@intel.com>; Xu, Ke1 <ke1...@intel.com>; Huang, ZhiminX
> > <zhiminx.hu...@intel.com>; Zeng, ZhichaoX <zhichaox.z...@intel.com>;
> > Richardson, Bruce <bruce.richard...@intel.com>; Konstantin Ananyev
> > <konstantin.v.anan...@yandex.ru>; Wu, Jingjing
> > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>
> > Subject: [PATCH] net/iavf: fix VLAN Tx in AVX512
> >
> > This patch fixes the insertion of the Vlan tci, which was broken by
> > previous incorrect modification.
> >
> > Fixes: 4f8259df563a ("net/iavf: enable Tx outer checksum offload on
> > AVX512")
> >
> > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
>
> Functional tested passed. Covered VF VLAN cases under all paths. Also
> checked VF Checksum Offload under AVX512.
>
> Regards,
> Tested-by: Ke Xu <ke1...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
>
> > ---
> > drivers/net/iavf/iavf_rxtx_vec_avx512.c | 30
> > ++++++++++++------------- drivers/net/iavf/iavf_rxtx_vec_common.h | 5
> > ++---
> > 2 files changed, 17 insertions(+), 18 deletions(-)
> >