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

2019-10-20 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. Fixes: a993db88d17d ("net: stmmac: Enable support for > 32 Bits addressing in XGMAC") Cc: Eric Dumazet Cc: Giusepp

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

2019-10-22 Thread Jakub Kicinski
On Mon, 21 Oct 2019 11:27:34 +0800, 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. > > Fixes: a993db88d17d ("net: stmmac: Enable sup