Re: [PATCH] bnx2x: add a separate GENEVE Kconfig symbol

2016-02-24 Thread David Miller
From: Yuval Mintz Date: Tue, 23 Feb 2016 18:33:10 + >> When CONFIG_GENEVE is built as a loadable module, and bnx2x is built-in, >> we get this link error: > >> drivers/net/built-in.o: In function `bnx2x_open': >> :(.text+0x33322): undefined reference to `geneve_get_rx_port' >> drivers/net/bu

Re: [PATCH] bnx2x: add a separate GENEVE Kconfig symbol

2016-02-23 Thread Yuval Mintz
> When CONFIG_GENEVE is built as a loadable module, and bnx2x is built-in, > we get this link error: > drivers/net/built-in.o: In function `bnx2x_open': > :(.text+0x33322): undefined reference to `geneve_get_rx_port' > drivers/net/built-in.o: In function `bnx2x_sp_rtnl_task': > :(.text+0x3e632): u

[PATCH] bnx2x: add a separate GENEVE Kconfig symbol

2016-02-23 Thread Arnd Bergmann
When CONFIG_GENEVE is built as a loadable module, and bnx2x is built-in, we get this link error: drivers/net/built-in.o: In function `bnx2x_open': :(.text+0x33322): undefined reference to `geneve_get_rx_port' drivers/net/built-in.o: In function `bnx2x_sp_rtnl_task': :(.text+0x3e632): undefined ref