Re: [PATCH] [net-next] [v2] netronome: fix ipv6 link error

From: David Miller
Date: Wed Jan 08 2020 - 19:06:54 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Wed, 8 Jan 2020 14:15:15 +0100

> When the driver is built-in but ipv6 is a module, the flower
> support produces a link error:
>
> drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.o: In function `nfp_tunnel_keep_alive_v6':
> tunnel_conf.c:(.text+0x2aa8): undefined reference to `nd_tbl'
>
> Add a Kconfig dependency to avoid that configuration.
>
> Fixes: 9ea9bfa12240 ("nfp: flower: support ipv6 tunnel keep-alive messages from fw")
> Acked-by: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> v2: whitespace fix

Applied.