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

2013-07-01 Thread David Miller
From: Jesse Gross Date: Fri, 28 Jun 2013 18:22:38 -0700 > On Fri, Jun 28, 2013 at 4:07 PM, Pravin B Shelar wrote: >> Openvswitch uses function from NET_IPGRE_DEMUX module. >> Add Kconfig dependency to fix following compilation errors: >> http://marc.info/?l=linux-netdev&m=137244035226634 >> >> C

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

2013-06-28 Thread Jesse Gross
On Fri, Jun 28, 2013 at 4:07 PM, Pravin B Shelar wrote: > Openvswitch uses function from NET_IPGRE_DEMUX module. > Add Kconfig dependency to fix following compilation errors: > http://marc.info/?l=linux-netdev&m=137244035226634 > > CC: Jesse Gross > Reported-by: Randy Dunlap > Signed-off-by: Pra

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

2013-06-28 Thread Randy Dunlap
On 06/28/13 16:07, Pravin B Shelar wrote: > Openvswitch uses function from NET_IPGRE_DEMUX module. > Add Kconfig dependency to fix following compilation errors: > http://marc.info/?l=linux-netdev&m=137244035226634 > > CC: Jesse Gross > Reported-by: Randy Dunlap > Signed-off-by: Pravin Shelar A

[ovs-dev] [PATCH v3] 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 following compilation errors: http://marc.info/?l=linux-netdev&m=137244035226634 CC: Jesse Gross Reported-by: Randy Dunlap Signed-off-by: Pravin Shelar --- v2-v3: - Added openvswitch gre config option. - add