commit | 822eaf7cfb7c4783375bceadbc7651137346ac00 | [log] [tgz] |
---|---|---|
author | Yan Markman <ymarkman@marvell.com> | Mon Oct 23 15:24:29 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 24 18:34:09 2017 +0900 |
tree | c4f4cefadf8ffcacae7250d586af987470046864 | |
parent | 07f37efdaa3fa327ecbfd519110bc6bd0c2582cc [diff] |
net: mvpp2: fix TSO headers allocation and management 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 <marc.zyngier@arm.com> Signed-off-by: Yan Markman <ymarkman@marvell.com> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>