Re: [dpdk-dev] [PATCH v1 1/1] net/hinic: fix TSO problem

2020-05-21 Thread Ferruh Yigit
On 5/20/2020 12:52 PM, Xiaoyun wang wrote: > 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. > > Fixe

[dpdk-dev] [PATCH v1 1/1] net/hinic: fix TSO problem

2020-05-20 Thread Xiaoyun wang
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. Fixes: 076221c8fe1d ("net/hinic: add Rx/Tx") Cc: sta...@dp