Re: [ovs-dev] [PATCH net-next v4 1/2] datapath: Improve net-namespace compat code.

2013-07-18 Thread Jesse Gross
On Thu, Jul 18, 2013 at 4:55 PM, Pravin B Shelar wrote: > 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 > --- > v3-v4: > - Defined DEFINE_COMPAT_PNET_REG_FUN

[ovs-dev] [PATCH net-next v4 1/2] datapath: Improve net-namespace compat code.

2013-07-18 Thread Pravin B Shelar
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 --- v3-v4: - Defined DEFINE_COMPAT_PNET_REG_FUNC for older kernel. - remove the 'gen' prefix. - Added back __net_init