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
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
Kernel 3.11 has support for extended GRE API required for
OVS datapath, But vxlan still needs out of tree tunneling
compatibility. Therefore to simplify, all tunneling modules
are forced to use compat tunneling.
CC: James Page
Signed-off-by: Pravin B Shelar
---
FAQ
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
-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
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
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 commit
from the 3.11 kernel:
https://git.kernel.org/cgit/lin