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)
commite876f208af18b074f800656e4d1b99da75b2135f
treedaff9963d9fe03343b9dcac38d0dec07881d1db7
parent8af750d739620a0028dc767b289b0ed1d61fb38b
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]