> -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Thursday, July 6, 2023 11:20 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Xu, Ke1 <ke1...@intel.com>; > Zeng, ZhichaoX <zhichaox.z...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Lu, > Wenzhuo <wenzhuo...@intel.com> > Subject: [PATCH] net/iavf: fix AVX2 path selection > > The AVX2 path does not support outer checksum offload, when AVX2 is > forcibly selected and outer checksum offload is configured, the basic Tx > path will be selected to ensure proper functionality. > > Fixes: 5712bf9d6e14 ("net/iavf: add Tx AVX2 offload path") > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
Verified path selection fixed. Tested-by: Ke Xu <ke1...@intel.com> > --- > drivers/net/iavf/iavf_rxtx.c | 6 ++++++ > 1 file changed, 6 insertions(+) > -- > 2.34.1