nsh: add GSO support
authorJiri Benc <jbenc@redhat.com>
Mon, 28 Aug 2017 19:43:24 +0000 (21:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 22:16:52 +0000 (15:16 -0700)
commitc411ed854584a71b0e86ac3019b60e4789d88086
tree80db31a51d120e5feb6fae8ed1fdd01c54bb5e98
parent1f0b7744c50573df464ca33d8e5275be509f852b
nsh: add GSO support

Add a new nsh/ directory. It currently holds only GSO functions but more
will come: in particular, code shared by openvswitch and tc to manipulate
NSH headers.

For now, assume there's no hardware support for NSH segmentation. We can
always introduce netdev->nsh_features later.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig
net/Makefile
net/nsh/Kconfig [new file with mode: 0644]
net/nsh/Makefile [new file with mode: 0644]
net/nsh/nsh.c [new file with mode: 0644]