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 Tx offload path choice app/testpmd: fix SW L4 checksum in multi-segments app/test-pmd/csumonly.c | 6 +-- drivers/net/ice/ice_rxtx.c | 41 ++++++------------- drivers/net/ice/ice_rxtx_vec_common.h | 59 +++++++++------------------ 3 files changed, 34 insertions(+), 72 deletions(-) -- 2.33.1