> -----Original Message-----
> From: Zeng, ZhichaoX <[email protected]>
> Sent: Friday, February 17, 2023 9:49 AM
> To: [email protected]
> Cc: Yang, Qiming <[email protected]>; Zhou, YidingX
> <[email protected]>; Zhang, Qi Z <[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 v3] 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]>

V3 patch validated and passed.

Tested-by: Ke Xu <[email protected]>

> 
> ---
> v3: fix tunneling parameters
> ---
> v2: fix path select logic
> ---
>  drivers/net/iavf/iavf_rxtx.c            |  14 +-
>  drivers/net/iavf/iavf_rxtx.h            |  19 +-
>  drivers/net/iavf/iavf_rxtx_vec_avx512.c | 392 ++++++++++++++++++++++--
> drivers/net/iavf/iavf_rxtx_vec_common.h |  44 ++-
>  4 files changed, 432 insertions(+), 37 deletions(-)
> 

Reply via email to