On Thu, Jul 18, 2013 at 3:22 PM, Pravin B Shelar wrote:
> diff --git a/datapath/datapath.c b/datapath/datapath.c
> index 1de50c1..3b0b73d 100644
> --- a/datapath/datapath.c
> +++ b/datapath/datapath.c
> @@ -2459,6 +2459,8 @@ static struct pernet_operations ovs_net_ops = {
> .size = sizeof(
I noticed a couple more things:
On Thu, Jul 18, 2013 at 3:22 PM, 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..6d1f597 100644
> --- a/datapath/linux/compat/include/net/net_namespace.h
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
---
v2-v3:
- Removed inline
- Moved compat function declaration to correct block.
- simplified DEFINE_COMPAT_PNET_REG