[dpdk-dev] [PATCH v1 0/2] fix some csum errors

Xiaoyun wang cloud.wangxiaoyun at huawei.com
Sat Oct 31 04:38:34 CET 2020


This patch fixes outer_l3_len parse error when
PKT_TX_OUTER_IP_CKSUM is not set, which does not affect 
checksum function, just be consistent with mbuf meta 
information description, and fixes SCTP checksum 
errors because driver doesn't pass payload offset info
to hardware, which may cause SCTP checksum error.

--

v1:
  - fix outer_l3_len parse error
  - fix SCTP checksum error

Xiaoyun wang (2):
  net/hinic: fix outer_l3_len parse error
  net/hinic: fix SCTP checksum error

 drivers/net/hinic/hinic_pmd_tx.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list