mbox

[v1,0/1] fix TSO problem

Message ID cover.1589975173.git.cloud.wangxiaoyun@huawei.com (mailing list archive)
Headers

Message

Wangxiaoyun (Cloud) May 20, 2020, 11:52 a.m. UTC
  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(-)