commit | 186cd4d4e4144803652212eb0b7413141469feee | [log] [tgz] |
---|---|---|
author | Antoine Ténart <antoine.tenart@free-electrons.com> | Wed Aug 23 09:46:56 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 23 20:42:10 2017 -0700 |
tree | 1b27593712dd7a12cfe32fa24400a5005f9afb8e | |
parent | 85affd7e29e78dbf39f6b1e3a3ddf8432168e231 [diff] |
net: mvpp2: software tso support The patch uses the tso API to implement the tso functionality in Marvell PPv2 driver. Using iperf and 10G ports, using TSO shows a significant performance improvement by a factor 2 to reach around 9.5Gbps in TX; as well as a significant CPU usage drop (from 25% to 15%). Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>