mbox

[v2,0/2] fix udp checksum error

Message ID 20211229093702.1930214-1-kevinx.liu@intel.com (mailing list archive)
Headers

Message

Kevin Liu Dec. 29, 2021, 9:37 a.m. UTC
  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(-)