Re: [PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO packets

2022-05-19 Thread Andrew Rybchenko
v3] app/testpmd: perform SW IP checksum for GRO/GSO packets The GRO/GSO library doesn't re-calculate checksums for merged/fragmented packets. If users want the packets to have correct IP checksums, they should select HW IP checksum calculation for the port which the packets are transmitted to

RE: [PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO packets

2022-05-17 Thread Zhang, Yuying
ubject: [PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO > packets > > The GRO/GSO library doesn't re-calculate checksums for merged/fragmented > packets. If users want the packets to have correct IP checksums, they should > select HW IP checksum calculation for the port

RE: [PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO packets

2022-05-16 Thread Ling, WeiX
> -Original Message- > From: Wenwu Ma > Sent: Thursday, May 12, 2022 9:08 AM > To: Li, Xiaoyun ; Singh, Aman Deep > ; Zhang, Yuying ; > dev@dpdk.org > Cc: Hu, Jiayu ; Wang, Yinan ; > He, Xingguang ; Ma, WenwuX > ; sta...@dpdk.org > Subject: [PATCH v3] app/t

RE: [PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO packets

2022-05-11 Thread Hu, Jiayu
> -Original Message- > From: Ma, WenwuX > Sent: Thursday, May 12, 2022 9:08 AM > To: Li, Xiaoyun ; Singh, Aman Deep > ; Zhang, Yuying ; > dev@dpdk.org > Cc: Hu, Jiayu ; Wang, Yinan ; > He, Xingguang ; Ma, WenwuX > ; sta...@dpdk.org > Subject: [PATCH

[PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO packets

2022-05-11 Thread Wenwu Ma
The GRO/GSO library doesn't re-calculate checksums for merged/fragmented packets. If users want the packets to have correct IP checksums, they should select HW IP checksum calculation for the port which the packets are transmitted to. But if the port doesn't support HW IP checksum, users may perfor