RE: [PATCH v2] net/iavf: enable tx outer checksum offload on avx512

2023-02-01 Thread Zhang, Qi Z
Jingjing ; Xing, > > Beilei ; Richardson, Bruce > > ; Konstantin Ananyev > > > > Subject: [PATCH v2] net/iavf: enable tx outer checksum offload on > > avx512 > > > > This patch is to enable outer checksum offload on avx512 Tx path for > > tunnel

RE: [PATCH v2] net/iavf: enable tx outer checksum offload on avx512

2023-02-01 Thread Xu, Ke1
ject: [PATCH v2] 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 > Signed-of

[PATCH v2] net/iavf: enable tx outer checksum offload on avx512

2023-02-01 Thread Zhichao Zeng
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 Signed-off-by: Zhichao Zeng --- v2: fix path select logic --- drivers/net/iavf/iavf_rxtx.c| 21 +