Re: [PATCH net 1/3] net: mvpp2: fix TSO headers allocation and management

2017-10-24 Thread David Miller
From: Antoine Tenart Date: Mon, 23 Oct 2017 15:24:29 +0200 > From: Yan Markman > > TSO headers are managed with txq index and therefore should be aligned > with the txq size, not with the aggregated txq size. > > Fixes: 186cd4d4e414 ("net: mvpp2: software tso support") > Reported-by: Marc Zyng

[PATCH net 1/3] net: mvpp2: fix TSO headers allocation and management

2017-10-23 Thread Antoine Tenart
From: Yan Markman TSO headers are managed with txq index and therefore should be aligned with the txq size, not with the aggregated txq size. Fixes: 186cd4d4e414 ("net: mvpp2: software tso support") Reported-by: Marc Zyngier Signed-off-by: Yan Markman Signed-off-by: Antoine Tenart --- driver