[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20151105.000041.1943232712662050944.davem@davemloft.net>
Date: Thu, 05 Nov 2015 00:00:41 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, eddie.wai@...adcom.com,
huangjw@...adcom.com, prashant@...adcom.com, mchan@...adcom.com
Subject: Re: [PATCH] bnxt_en: add VXLAN dependency
From: Arnd Bergmann <arnd@...db.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@...db.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists