Re: [PATCH net-next 3/4] net: add NSH header structures and helpers

2017-08-29 Thread Jiri Benc
On Mon, 28 Aug 2017 21:43:23 +0200, Jiri Benc wrote: > This patch adds NSH header structures and helpers for NSH GSO > support and Open vSwitch NSH support. > > [1] https://datatracker.ietf.org/doc/draft-ietf-sfc-nsh/ One thing to know before applying this to the kernel: NSH is still a draft. It'

[PATCH net-next 3/4] net: add NSH header structures and helpers

2017-08-28 Thread Jiri Benc
From: Yi Yang NSH (Network Service Header)[1] is a new protocol for service function chaining, it can be handled as a L3 protocol like IPv4 and IPv6, Eth + NSH + Inner packet or VxLAN-gpe + NSH + Inner packet are two typical use cases. This patch adds NSH header structures and helpers for NSH GS