Re: [PATCH net-next 0/4] nsh: headers, GSO

2017-08-30 Thread Jiri Benc
On Wed, 30 Aug 2017 15:19:37 +0800, Yang, Yi wrote: > Do you mean we need move push_nsh from net/openvswitch/actions.c to > net/nsh/nsh.c in order that kernel can load nsh kernel module > automatically? Yes. Without that struct sw_flow_key parameter but that's obvious. Jiri

Re: [PATCH net-next 0/4] nsh: headers, GSO

2017-08-30 Thread Yang, Yi
On Wed, Aug 30, 2017 at 09:20:40AM +0200, Jiri Benc wrote: > > > I'll post new OVS NSH kernel datapath patch series if NSH GSO is done. > > Please do. Note that it's important to ensure that whenever there's a > NSH header added, the nsh module gets loaded. The easiest way is to > factor out code

Re: [PATCH net-next 0/4] nsh: headers, GSO

2017-08-30 Thread Jiri Benc
On Wed, 30 Aug 2017 13:23:04 +0800, Yang, Yi wrote: > David has merged your NSH GSO series, do you have one more patch series > to fix VxLAN-gpe+NSH GSO issue? I think we still need do something in > skb_udp_tunnel_segment in net/ipv4/udp_offload.c to support > VxLAN-gpe+NSH GSO. This should work

Re: [PATCH net-next 0/4] nsh: headers, GSO

2017-08-29 Thread Yang, Yi
On Wed, Aug 30, 2017 at 06:17:07AM +0800, David Miller wrote: > From: Jiri Benc > Date: Mon, 28 Aug 2017 21:43:20 +0200 > > > 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

Re: [PATCH net-next 0/4] nsh: headers, GSO

2017-08-29 Thread David Miller
From: Jiri Benc Date: Mon, 28 Aug 2017 21:43:20 +0200 > 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

[PATCH net-next 0/4] nsh: headers, GSO

2017-08-28 Thread Jiri Benc
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