RE: [PATCH] net/iavf: fix avx512 Tx path

2023-02-23 Thread Zhang, Qi Z
; Xing, > > Beilei ; Richardson, Bruce > > ; Konstantin Ananyev > > ; Zhou, YidingX > > > > Subject: [PATCH] net/iavf: fix avx512 Tx path > > > > This patch fixes the tunneling parameters on avx512 Tx path and > > adjusts the path selection to fi

RE: [PATCH] net/iavf: fix avx512 Tx path

2023-02-23 Thread Xu, Ke1
ngX > Subject: [PATCH] net/iavf: fix avx512 Tx path > > This patch fixes the tunneling parameters on avx512 Tx path and adjusts the > path selection to fix perf drop. > > Fixes: 4f8259df563a ("net/iavf: enable Tx outer checksum offload on > AVX512") > > S

[PATCH] net/iavf: fix avx512 Tx path

2023-02-22 Thread Zhichao Zeng
This patch fixes the tunneling parameters on avx512 Tx path and adjusts the path selection to fix perf drop. Fixes: 4f8259df563a ("net/iavf: enable Tx outer checksum offload on AVX512") Signed-off-by: Zhichao Zeng --- drivers/net/iavf/iavf_rxtx.c| 7 +-- drivers/net/iavf/iavf_rxtx.