RE: [PATCH] net/ice: fix outer UDP checksum offload

2023-06-05 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Friday, June 2, 2023 9:43 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Tang, Zhijun > ; Zeng, ZhichaoX ; Yang, > Qiming ; Xing, Beilei > Subject: [PATCH] net/ice: fix outer UDP checksum offl

[PATCH] net/ice: fix outer UDP checksum offload

2023-06-01 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