> -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Wednesday, February 22, 2023 4:13 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Xu, Ke1 <ke1...@intel.com>; Chu, > Haijun <haijun....@intel.com>; Zeng, ZhichaoX <zhichaox.z...@intel.com>; > Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; > Richardson, Bruce <bruce.richard...@intel.com>; Konstantin Ananyev > <konstantin.v.anan...@yandex.ru>; Zhou, YidingX <yidingx.z...@intel.com> > Subject: [PATCH] net/iavf: fix avx512 Tx path > > This patch fixes the tunneling parameters on avx512 Tx path and adjusts the > path selection to fix perf drop. > > Fixes: 4f8259df563a ("net/iavf: enable Tx outer checksum offload on > AVX512") > > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
Validated function and perf, passed. Tested-by: Ke Xu <ke1...@intel.com> > --- > drivers/net/iavf/iavf_rxtx.c | 7 +-- > drivers/net/iavf/iavf_rxtx.h | 5 +- > drivers/net/iavf/iavf_rxtx_vec_avx512.c | 82 ++++++++++++++++++++++--- > drivers/net/iavf/iavf_rxtx_vec_common.h | 23 +++---- > 4 files changed, 87 insertions(+), 30 deletions(-) >