RE: [PATCH] net/iavf: fix AVX2 path selection

2023-07-05 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ke1 > Sent: Thursday, July 6, 2023 11:52 AM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Lu, Wenzhuo > Subject: RE: [PATCH] net/iavf: fix AVX2 path selection > > > > -Ori

RE: [PATCH] net/iavf: fix AVX2 path selection

2023-07-05 Thread Xu, Ke1
> -Original Message- > From: Zeng, ZhichaoX > Sent: Thursday, July 6, 2023 11:20 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Xu, Ke1 ; > Zeng, ZhichaoX ; Wu, Jingjing > ; Xing, Beilei ; Lu, > Wenzhuo > Subject: [PATCH] net/iavf: fix AVX2 path selection > &g

[PATCH] net/iavf: fix AVX2 path selection

2023-07-05 Thread Zhichao Zeng
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 --- drivers/ne

[PATCH] net/iavf: fix avx2 path selection

2023-07-05 Thread Zhichao Zeng
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 --- drivers/ne