> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Wednesday, March 15, 2023 4:46 PM > To: [email protected] > Cc: Zhang, Qi Z <[email protected]>; Zhou, YidingX > <[email protected]>; Xu, Ke1 <[email protected]>; Huang, ZhiminX > <[email protected]>; Zeng, ZhichaoX <[email protected]>; > Richardson, Bruce <[email protected]>; Konstantin Ananyev > <[email protected]>; Wu, Jingjing <[email protected]>; > Xing, Beilei <[email protected]> > 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 <[email protected]>
Functional tested passed. Covered VF VLAN cases under all paths. Also checked VF Checksum Offload under AVX512. Regards, Tested-by: Ke Xu <[email protected]> > --- > 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(-) >

