Re: [ovs-dev] [PATCH] datapath: compat: remove __net_init and __net_exit annotations.

2013-08-16 Thread Pravin Shelar
On Fri, Aug 16, 2013 at 3:35 PM, Jesse Gross wrote: > On Fri, Aug 16, 2013 at 3:28 PM, Pravin Shelar wrote: > > > > > > > > On Fri, Aug 16, 2013 at 3:24 PM, Jesse Gross wrote: > >> > >> On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar > >> wrote: > >> > net_namespace-device can get registered

Re: [ovs-dev] [PATCH] datapath: compat: remove __net_init and __net_exit annotations.

2013-08-16 Thread Jesse Gross
On Fri, Aug 16, 2013 at 3:28 PM, Pravin Shelar wrote: > > > > On Fri, Aug 16, 2013 at 3:24 PM, Jesse Gross wrote: >> >> On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar >> wrote: >> > net_namespace-device can get registered after module init, e.g. vxlan >> > registers name-space-device on port a

Re: [ovs-dev] [PATCH] datapath: compat: remove __net_init and __net_exit annotations.

2013-08-16 Thread Pravin Shelar
On Fri, Aug 16, 2013 at 3:24 PM, Jesse Gross wrote: > On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar > wrote: > > net_namespace-device can get registered after module init, e.g. vxlan > > registers name-space-device on port add. On kernel without namespace > > support __net_init is defined as

Re: [ovs-dev] [PATCH] datapath: compat: remove __net_init and __net_exit annotations.

2013-08-16 Thread Jesse Gross
On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar wrote: > net_namespace-device can get registered after module init, e.g. vxlan > registers name-space-device on port add. On kernel without namespace > support __net_init is defined as __init which cause panic on vxlan port > add. Following patch f

[ovs-dev] [PATCH] datapath: compat: remove __net_init and __net_exit annotations.

2013-08-16 Thread Pravin B Shelar
net_namespace-device can get registered after module init, e.g. vxlan registers name-space-device on port add. On kernel without namespace support __net_init is defined as __init which cause panic on vxlan port add. Following patch fixes it. BUG: unable to handle kernel paging request at