RE: [PATCH v2 0/2] fix udp checksum error

2022-03-02 Thread Huang, ZhiminX
> -Original Message- > From: Kevin Liu > Sent: Wednesday, December 29, 2021 5:37 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Yigit, Ferruh > ; Liu, KevinX > Subject: [PATCH v2 0/2] fix udp checksum error > > This patchset fixe

[PATCH v2 0/2] fix udp checksum error

2022-02-27 Thread Kevin Liu
This patchset fixes two related issues: * When outer UDP uses HW to calculate the checksum, select basic path to process the package. * Correctly modify the calculation method of inner and outer L4 offset. v2: - Separate testpmd fix and pmd fix into two patches. Kevin Liu (2): net/ice: fix