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

2013-10-18 Thread Pravin Shelar
I changed NEWS and pushed it to master. Thanks, Pravin. On Wed, Oct 16, 2013 at 3:40 PM, Jesse Gross wrote: > On Mon, Oct 14, 2013 at 3:26 PM, Pravin B Shelar wrote: >> diff --git a/FAQ b/FAQ >> index d36495c..e904d35 100644 >> --- a/FAQ >> +++ b/FAQ >> @@ -148,7 +148,7 @@ A: The following tabl

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

2013-10-16 Thread Jesse Gross
On Mon, Oct 14, 2013 at 3:26 PM, Pravin B Shelar wrote: > diff --git a/FAQ b/FAQ > index d36495c..e904d35 100644 > --- a/FAQ > +++ b/FAQ > @@ -148,7 +148,7 @@ A: The following table lists the Linux kernel versions > against which the > 1.9.x 2.6.18 to 3.8 > 1.10.x 2.6.18

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

2013-08-26 Thread Pravin Shelar
On Thu, Aug 22, 2013 at 3:04 AM, James Page wrote: > Disable GRE compat layer for >= 3.11 as datapath is in sync with > the kernel in 3.11 so use of compat no longer required. > This patch does not work since it is still using compat iptunnel_xmit(). We can not turn off iptunnel_xmit() compat code

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

2013-08-26 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 26/08/13 18:10, Pravin Shelar wrote: > On Thu, Aug 22, 2013 at 3:04 AM, James Page > wrote: >> Disable GRE compat layer for >= 3.11 as datapath is in sync with >> the kernel in 3.11 so use of compat no longer required. >> > This patch does not

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

2013-08-22 Thread Jesse Gross
On Thu, Aug 22, 2013 at 3:04 AM, James Page wrote: > Disable GRE compat layer for >= 3.11 as datapath is in sync with > the kernel in 3.11 so use of compat no longer required. > > Use netdev_notifier_info_to_dev in dp_device_event, provide > for < 3.11 in compat layer. This fix was based on this