[ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2014-02-07 Thread Pravin
From: Pravin Shelar Bump kernel support for datapath module to include 3.12. Make use of native ip-tunnel API for Kernel >= 3.12. Based on patch from James Page. Signed-off-by: James Page Signed-off-by: Pravin B Shelar --- FAQ|2 +- NEWS

[ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2014-01-08 Thread Jesse Gross
On Wed, Jan 8, 2014 at 9:50 AM, James Page > wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 08/01/14 14:34, Jesse Gross wrote: >>> Note: ipv6 enablement with vxlan is not supported by this >>> change. Signed-off-by: James Page > >> I think there's some more compatibilit

[ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2014-01-08 Thread James Page
Bump kernel support for datapath module to include 3.12. Make use of native vxlan kernel module for Linux >= 3.12 or if the kernel in use supports the required vxlan functions. Make use of native iptunnels capability for Linux >= 3.12. Note: ipv6 enablement with vxlan is not supported by this ch

Re: [ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2014-01-08 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08/01/14 14:34, Jesse Gross wrote: >> Note: ipv6 enablement with vxlan is not supported by this >> change. >>> >>> Signed-off-by: James Page > I think there's some more compatibility code that we can turn off > in 3.12 - GRE transmit support and

Re: [ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2014-01-08 Thread Jesse Gross
On Wed, Jan 8, 2014 at 7:03 AM, James Page wrote: > Bump kernel support for datapath module to include 3.12. > > Make use of native vxlan kernel module for Linux >= 3.12 or if > the kernel in use supports the required vxlan functions. > > Note: ipv6 enablement with vxlan is not supported by this c

[ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2014-01-08 Thread James Page
Bump kernel support for datapath module to include 3.12. Make use of native vxlan kernel module for Linux >= 3.12 or if the kernel in use supports the required vxlan functions. Note: ipv6 enablement with vxlan is not supported by this change. Signed-off-by: James Page --- FAQ

Re: [ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2013-11-19 Thread Pravin Shelar
On Tue, Nov 19, 2013 at 10:01 AM, James Page wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 19/11/13 17:46, Pravin Shelar wrote: >> From 3.12 kernel, ovs can start using kernel API for gre and vxlan >> tunneling. Can you turn off compat tunnel code for kernel 3.12 and >> newer?

Re: [ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2013-11-19 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 19/11/13 17:46, Pravin Shelar wrote: > From 3.12 kernel, ovs can start using kernel API for gre and vxlan > tunneling. Can you turn off compat tunnel code for kernel 3.12 and > newer? How does LISP tunnelling work? Will disabling the compat tun

Re: [ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2013-11-19 Thread Pravin Shelar
On Tue, Nov 19, 2013 at 5:39 AM, James Page wrote: > Bump kernel support for datapath module to include 3.12. > > Signed-off-by: James Page > --- > FAQ | 2 +- > NEWS | 2 +- > acinclude.m4 | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/FAQ b/FAQ >

[ovs-dev] [PATCH] datapath: Add support for Linux 3.12

2013-11-19 Thread James Page
Bump kernel support for datapath module to include 3.12. Signed-off-by: James Page --- FAQ | 2 +- NEWS | 2 +- acinclude.m4 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ b/FAQ index 4a8a5be..9b3a900 100644 --- a/FAQ +++ b/FAQ @@ -148,7 +148,7 @@ A