mbox series

[v2,0/2] fix udp checksum error

Message ID 20211229093702.1930214-1-kevinx.liu@intel.com (mailing list archive)
Headers
Series fix udp checksum error |

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(-)
  

Comments

Huang, ZhiminX March 2, 2022, 8:56 a.m. UTC | #1
> -----Original Message-----
> From: Kevin Liu <kevinx.liu@intel.com>
> Sent: Wednesday, December 29, 2021 5:37 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Yang, SteveX <stevex.yang@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Liu, KevinX <kevinx.liu@intel.com>
> Subject: [PATCH v2 0/2] fix udp checksum error
> 
> 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.
> 
Tested-by: Zhimin Huang <zhiminx.huang@intel.com >