Re: [PATCH net-next] openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN

2015-07-29 Thread David Miller
From: Thomas Graf Date: Wed, 29 Jul 2015 13:52:06 +0200 > This readds the config option CONFIG_OPENVSWITCH_VXLAN to avoid a > hard dependency of OVS on VXLAN. It moves the VXLAN config compat > code to vport-vxlan.c and allows compliation as a module. > > Fixes: 614732eaa12d ("openvswitch: Use r

Re: [PATCH net-next] openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN

2015-07-29 Thread Thomas Graf
On 07/29/15 at 12:05pm, Pravin Shelar wrote: > On Wed, Jul 29, 2015 at 4:52 AM, Thomas Graf wrote: > > This readds the config option CONFIG_OPENVSWITCH_VXLAN to avoid a > > hard dependency of OVS on VXLAN. It moves the VXLAN config compat > > code to vport-vxlan.c and allows compliation as a modul

Re: [PATCH net-next] openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN

2015-07-29 Thread Pravin Shelar
On Wed, Jul 29, 2015 at 4:52 AM, Thomas Graf wrote: > This readds the config option CONFIG_OPENVSWITCH_VXLAN to avoid a > hard dependency of OVS on VXLAN. It moves the VXLAN config compat > code to vport-vxlan.c and allows compliation as a module. > > Fixes: 614732eaa12d ("openvswitch: Use regular

[PATCH net-next] openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN

2015-07-29 Thread Thomas Graf
This readds the config option CONFIG_OPENVSWITCH_VXLAN to avoid a hard dependency of OVS on VXLAN. It moves the VXLAN config compat code to vport-vxlan.c and allows compliation as a module. Fixes: 614732eaa12d ("openvswitch: Use regular VXLAN net_device device") Fixes: 2661371ace96 ("openvswitch: