Merge branch 'nsh-headers-GSO'
commitf8045ca9019fd787ed64dddb3cdb2b765c926f0f
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 22:16:53 +0000 (29 15:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 22:16:53 +0000 (29 15:16 -0700)
tree80db31a51d120e5feb6fae8ed1fdd01c54bb5e98
parent13a6fad89a868912bd920d7d9e0ee2353c7b1549
parentc411ed854584a71b0e86ac3019b60e4789d88086
Merge branch 'nsh-headers-GSO'

Jiri Benc says:

====================
nsh: headers, GSO

This adds header structs and helpers for NSH together with GSO support.

Note there is no code in this patchset that actually manipulates the NSH
headers. That was sent to netdev by Yi Yang ("[PATCH net-next v6 0/3]
openvswitch: add NSH support"). The aim of this series is to lay the
groundwork and ease the implementation for him.

In addition to openvswitch, the NSH support should be added to tc (flower to
match, act_nsh to push/pop NSH headers). That will come later. There's
currently no plan to support NSH by other means than those two.

The patch 3 in this patchset was written by Yi Yang, I took it from the
aforementioned series and slightly modified it - see the note in the patch.
====================

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