]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'sfc-tso-v2'
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2016 16:55:39 +0000 (11:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2016 16:55:39 +0000 (11:55 -0500)
commit7a8bca043cf1bb0433aa43d008b6c4de6c07d6a2
tree0ea6687be60f6afcc7d6cd1798480e2ef4b8209e
parentc7d03a00b56fc23c3a01a8353789ad257363e281
parent46d1efd852ccbc94e8c4f8c41cfd84147a103436
Merge branch 'sfc-tso-v2'

Edward Cree says:

====================
sfc: Firmware-Assisted TSO version 2

The firmware on 8000 series SFC NICs supports a new TSO API ("FATSOv2"), and
 7000 series NICs will also support this in an imminent release.  This series
 adds driver support for this TSO implementation.
The series also removes SWTSO, as it's now equivalent to GSO.  This does not
 actually remove very much code, because SWTSO was grotesquely intertwingled
 with FATSOv1, which will also be removed once 7000 series supports FATSOv2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>