All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/2] fix some csum errors
@ 2020-10-31  3:38 Xiaoyun wang
  2020-10-31  3:38 ` [dpdk-dev] [PATCH v1 1/2] net/hinic: fix outer_l3_len parse error Xiaoyun wang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Xiaoyun wang @ 2020-10-31  3:38 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, bluca, stable, luoxingyu, luoxianjun, yin.yinshi,
	zhouguoyang, Xiaoyun wang

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-04 11:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-31  3:38 [dpdk-dev] [PATCH v1 0/2] fix some csum errors Xiaoyun wang
2020-10-31  3:38 ` [dpdk-dev] [PATCH v1 1/2] net/hinic: fix outer_l3_len parse error Xiaoyun wang
2020-11-02 17:08   ` Ferruh Yigit
2020-11-02 17:26     ` Ferruh Yigit
2020-11-04  2:19     ` Wangxiaoyun (Cloud)
2020-11-04 11:05       ` Ferruh Yigit
2020-10-31  3:38 ` [dpdk-dev] [PATCH v1 2/2] net/hinic: fix SCTP checksum error Xiaoyun wang
2020-11-02 17:47 ` [dpdk-dev] [PATCH v1 0/2] fix some csum errors Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.