[PATCH] net/iavf: fix AVX2 path selection

Xu, Ke1 ke1.xu at intel.com
Thu Jul 6 05:52:08 CEST 2023


> -----Original Message-----
> From: Zeng, ZhichaoX <zhichaox.zeng at intel.com>
> Sent: Thursday, July 6, 2023 11:20 AM
> To: dev at dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang at intel.com>; Xu, Ke1 <ke1.xu at intel.com>;
> Zeng, ZhichaoX <zhichaox.zeng at intel.com>; Wu, Jingjing
> <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Lu,
> Wenzhuo <wenzhuo.lu at 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.zeng at intel.com>

Verified path selection fixed.
Tested-by: Ke Xu <ke1.xu at intel.com>

> ---
>  drivers/net/iavf/iavf_rxtx.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> --
> 2.34.1



More information about the dev mailing list