Re: [PATCH net-next v4 3/4] openvswitch: Use regular GRE net_device instead of vport

2015-08-09 Thread Pravin Shelar
Thanks for reviews, I sent out patches with the Kconfig fix. On Sun, Aug 9, 2015 at 9:19 AM, Thomas Graf wrote: > On 08/05/15 at 08:12pm, Pravin B Shelar wrote: >> Using flow based tunneling, we can implement >> OVS GRE vport. This patch removes all of the OVS >> specific GRE code and make OVS us

Re: [PATCH net-next v4 3/4] openvswitch: Use regular GRE net_device instead of vport

2015-08-09 Thread Thomas Graf
On 08/05/15 at 08:12pm, Pravin B Shelar wrote: > Using flow based tunneling, we can implement > OVS GRE vport. This patch removes all of the OVS > specific GRE code and make OVS use a ip_gre net_device. > Minimal GRE vport is kept to handle compatibility with > current userspace application. > > S

Re: [PATCH net-next v4 3/4] openvswitch: Use regular GRE net_device instead of vport

2015-08-07 Thread Jesse Gross
On Wed, Aug 5, 2015 at 8:12 PM, Pravin B Shelar wrote: > diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig > index 1584040..c56f4d4 100644 > --- a/net/openvswitch/Kconfig > +++ b/net/openvswitch/Kconfig > @@ -34,7 +34,6 @@ config OPENVSWITCH > config OPENVSWITCH_GRE > tristat

[PATCH net-next v4 3/4] openvswitch: Use regular GRE net_device instead of vport

2015-08-05 Thread Pravin B Shelar
Using flow based tunneling, we can implement OVS GRE vport. This patch removes all of the OVS specific GRE code and make OVS use a ip_gre net_device. Minimal GRE vport is kept to handle compatibility with current userspace application. Signed-off-by: Pravin B Shelar --- include/net/gre.h