Re: [ovs-dev] [PATCH] openvswitch: Add Kconfig dependency on GRE-DEMUX.

2013-06-28 Thread Pravin Shelar
On Fri, Jun 28, 2013 at 11:54 AM, Ben Hutchings wrote: > On Fri, 2013-06-28 at 11:30 -0700, Pravin B Shelar wrote: >> Openvswitch uses function from NET_IPGRE_DEMUX module. >> Add Kconfig dependency to fix compilation errors. > > That's not an obvious dependency, and this may result in OPENVSWITCH

Re: [ovs-dev] [PATCH] openvswitch: Add Kconfig dependency on GRE-DEMUX.

2013-06-28 Thread Ben Hutchings
On Fri, 2013-06-28 at 11:30 -0700, Pravin B Shelar wrote: > Openvswitch uses function from NET_IPGRE_DEMUX module. > Add Kconfig dependency to fix compilation errors. That's not an obvious dependency, and this may result in OPENVSWITCH being inexplicably disabled when people update their custom ke

[ovs-dev] [PATCH] openvswitch: Add Kconfig dependency on GRE-DEMUX.

2013-06-28 Thread Pravin B Shelar
Openvswitch uses function from NET_IPGRE_DEMUX module. Add Kconfig dependency to fix compilation errors. CC: Jesse Gross Reported-by: Randy Dunlap Signed-off-by: Pravin Shelar --- net/openvswitch/Kconfig |1 + net/openvswitch/vport-gre.c |2 -- net/openvswitch/vport.c |3 --