> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Thursday, February 2, 2023 1:59 PM > To: [email protected] > Cc: Zhang, Qi Z <[email protected]>; Zhou, YidingX > <[email protected]>; Xu, Ke1 <[email protected]>; Zeng, ZhichaoX > <[email protected]>; Wu, Jingjing <[email protected]>; Xing, > Beilei <[email protected]>; Richardson, Bruce > <[email protected]>; Konstantin Ananyev > <[email protected]> > Subject: [PATCH v2] net/iavf: enable tx outer checksum offload on avx512 > > This patch is to enable outer checksum offload on avx512 Tx path for tunnel > packet by adding Tx path with context descriptor and adjusting path select > logic. > > Signed-off-by: Yiding Zhou <[email protected]> > Signed-off-by: Zhichao Zeng <[email protected]>
V2 Patch functional tested passed. Regards, Tested-by: Ke Xu <[email protected]> > > --- > v2: fix path select logic > --- > drivers/net/iavf/iavf_rxtx.c | 21 +- > drivers/net/iavf/iavf_rxtx.h | 22 +- > drivers/net/iavf/iavf_rxtx_vec_avx512.c | 324 ++++++++++++++++++++++-- > drivers/net/iavf/iavf_rxtx_vec_common.h | 47 +++- > 4 files changed, 376 insertions(+), 38 deletions(-) >

