On Thu, Jul 18, 2013 at 2:19 PM, Jesse Gross wrote:
> On Thu, Jul 18, 2013 at 2:12 PM, Pravin Shelar wrote:
>> On Thu, Jul 18, 2013 at 1:37 PM, Jesse Gross wrote:
>>> On Tue, Jul 16, 2013 at 9:06 AM, Pravin B Shelar wrote:
+#define DEFINE_COMPAT_PNET_REG_FUNC(PNET_TYPE) extern int
__
On Thu, Jul 18, 2013 at 2:12 PM, Pravin Shelar wrote:
> On Thu, Jul 18, 2013 at 1:37 PM, Jesse Gross wrote:
>> On Tue, Jul 16, 2013 at 9:06 AM, Pravin B Shelar wrote:
>>> +#define DEFINE_COMPAT_PNET_REG_FUNC(PNET_TYPE) extern int
>>> __dummy_##PNET_TYPE
>>
>> What is the goal with defining
On Thu, Jul 18, 2013 at 1:37 PM, Jesse Gross wrote:
> On Tue, Jul 16, 2013 at 9:06 AM, Pravin B Shelar wrote:
>> diff --git a/datapath/linux/compat/include/net/net_namespace.h
>> b/datapath/linux/compat/include/net/net_namespace.h
>> index 77f0a16..a46c5d0 100644
>> --- a/datapath/linux/compat/i
On Tue, Jul 16, 2013 at 9:06 AM, Pravin B Shelar wrote:
> diff --git a/datapath/linux/compat/include/net/net_namespace.h
> b/datapath/linux/compat/include/net/net_namespace.h
> index 77f0a16..a46c5d0 100644
> --- a/datapath/linux/compat/include/net/net_namespace.h
> +++ b/datapath/linux/compat/in
Following patch improves compat net-namespace code which is mostly
targeted for 2.6.32 kernel. upcoming vxlan restructuring patch
needs this patch.
Signed-off-by: Pravin Shelar
---
v1-v2:
Fixed code for compat net init and exit.
---
datapath/datapath.c |2 +
dat