Re: [PATCH] net: stmmac: Fix the problem of tso_xmit

2019-10-18 Thread Eric Dumazet
On 10/17/19 3:59 AM, Shaokun Zhang wrote: > From: yuqi jin > > When the address width of DMA is greater than 32, the packet header occupies > a BD descriptor. The starting address of the data should be added to the > header length. > > Cc: Giuseppe Cavallaro > Cc: Alexandre Torgue > Cc:

[PATCH] net: stmmac: Fix the problem of tso_xmit

2019-10-17 Thread Shaokun Zhang
From: yuqi jin When the address width of DMA is greater than 32, the packet header occupies a BD descriptor. The starting address of the data should be added to the header length. Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin