Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1262909

Re: [PATCH] bnxt_en: add VXLAN dependency

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] bnxt_en: add VXLAN dependency
Date 2015-11-05 06:10 +0100
Message-ID <qrkY9-2c9-13@gated-at.bofh.it> (permalink)
References <qr7Rg-24F-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Arnd Bergmann <arnd@arndb.de>
Date: Wed, 04 Nov 2015 16:00:32 +0100

> VXLAN may be a loadable module, and this driver cannot be built-in
> in that case, or we get a link error:
> 
> drivers/built-in.o: In function `__bnxt_open_nic':
> drivers/net/ethernet/broadcom/bnxt/bnxt.c:4581: undefined reference to `vxlan_get_rx_port'
> 
> This adds a Kconfig dependency that ensures that either VXLAN is
> disabled (which the driver handles correctly), or we depend on
> VXLAN itself and disallow built-in compilation when VXLAN is
> a module.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet driver.")

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] bnxt_en: add VXLAN dependency Arnd Bergmann <arnd@arndb.de> - 2015-11-04 16:10 +0100
  Re: [PATCH] bnxt_en: add VXLAN dependency Michael Chan <mchan@broadcom.com> - 2015-11-04 17:10 +0100
  Re: [PATCH] bnxt_en: add VXLAN dependency David Miller <davem@davemloft.net> - 2015-11-05 06:10 +0100

csiph-web