]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add a software TSO helper API
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Mon, 19 May 2014 16:59:52 +0000 (13:59 -0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 May 2014 18:57:15 +0000 (14:57 -0400)
commitd3f026a06ef349c8d4a704e666198324d10e92e8
treedaff9963d9fe03343b9dcac38d0dec07881d1db7
parent59a1a490204a388c97fa6b12a0bd3b4142a63947
net: Add a software TSO helper API

Although the implementation probably needs a lot of work, this initial API
allows to implement software TSO in mvneta and mv643xx_eth drivers in a not
so intrusive way.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tso.h [new file with mode: 0644]
net/core/Makefile
net/core/tso.c [new file with mode: 0644]