Re: [PATCH] net: dsa: add CONFIG_BRIDGE dependency

2017-11-13 Thread Arnd Bergmann
On Mon, Nov 13, 2017 at 5:11 PM, Andrew Lunn wrote: > On Mon, Nov 13, 2017 at 03:57:18PM +0100, Arnd Bergmann wrote: >> On Mon, Nov 13, 2017 at 3:07 PM, David Miller wrote: >> > >> > Please see: >> > >> > http://patchwork.ozlabs.org/patch/837041/ >> >> Ok, that should work equally well. I

Re: [PATCH] net: dsa: add CONFIG_BRIDGE dependency

2017-11-13 Thread Andrew Lunn
On Mon, Nov 13, 2017 at 03:57:18PM +0100, Arnd Bergmann wrote: > On Mon, Nov 13, 2017 at 3:07 PM, David Miller wrote: > > > > Please see: > > > > http://patchwork.ozlabs.org/patch/837041/ > > Ok, that should work equally well. I had the same thing at first > and then changed it to be a li

Re: [PATCH] net: dsa: add CONFIG_BRIDGE dependency

2017-11-13 Thread Arnd Bergmann
On Mon, Nov 13, 2017 at 3:07 PM, David Miller wrote: > > Please see: > > http://patchwork.ozlabs.org/patch/837041/ Ok, that should work equally well. I had the same thing at first and then changed it to be a little more specific with the dependency. Arnd

Re: [PATCH] net: dsa: add CONFIG_BRIDGE dependency

2017-11-13 Thread David Miller
Please see: http://patchwork.ozlabs.org/patch/837041/ but thank you for looking into this.

[PATCH] net: dsa: add CONFIG_BRIDGE dependency

2017-11-13 Thread Arnd Bergmann
br_vlan_enabled() may be provided by a loadable module, which causes a build error when called from a built-in function: net/dsa/port.o: In function `dsa_port_vlan_add': port.c:(.text+0x4a7): undefined reference to `br_vlan_enabled' net/dsa/port.o: In function `dsa_port_vlan_del': port.c:(.text+0x