RE: [PATCH v2] net/iavf: fix outer udp checksum offload

2022-12-25 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ke1 > Sent: Wednesday, December 14, 2022 9:51 AM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Zhou, YidingX ; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > ; Nicolau, Radu > Subject: RE: [PATCH v2] net/iavf: fix ou

RE: [PATCH v2] net/iavf: fix outer udp checksum offload

2022-12-13 Thread Xu, Ke1
> -Original Message- > From: Zeng, ZhichaoX > Sent: Tuesday, December 13, 2022 9:45 AM > To: dev@dpdk.org > Cc: Zhou, YidingX ; Xu, Ke1 ; > Zhang, Qi Z ; Zeng, ZhichaoX > ; Wu, Jingjing ; Xing, > Beilei ; Nicolau, Radu > Subject: [PATCH v2] net/iavf: fix

[PATCH v2] net/iavf: fix outer udp checksum offload

2022-12-12 Thread Zhichao Zeng
Currently, when dealing with UDP tunnel pkts checksum offloading, the outer-udp checksum will be offloaded by default. So the 'csum set outer-udp hw/sw' command does not work. This patch fixes judgment of the EIPT flag and enables the 'csum set outer-udp hw/sw' command by adding judgment for the o