DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/1] fix TSO problem
@ 2020-05-20 11:52 Xiaoyun wang
  2020-05-20 11:52 ` [dpdk-dev] [PATCH v1 1/1] net/hinic: " Xiaoyun wang
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaoyun wang @ 2020-05-20 11:52 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, bluca, luoxianjun, luoxingyu, zhouguoyang,
	yin.yinshi, david.yangxiaoliang, zhaohui8, zhengjingzhou,
	Xiaoyun wang

This patch fixes TSO problem, when TSO mss is smaller than 80, 
and the sum length of continus sge num is larger than a mss, 
which may cause hardware failed, so in this scenarios pmd 
driver should adjust the tso_segsz with the same with the 
value of hardware supported.

--
v1:
  - fix TSO problem

Xiaoyun wang (1):
  net/hinic: fix TSO problem

 drivers/net/hinic/hinic_pmd_tx.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-05-21 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 11:52 [dpdk-dev] [PATCH v1 0/1] fix TSO problem Xiaoyun wang
2020-05-20 11:52 ` [dpdk-dev] [PATCH v1 1/1] net/hinic: " Xiaoyun wang
2020-05-21 15:16   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).