From: Arnd Bergmann <arnd@xxxxxxxx> Date: Tue, 16 May 2017 13:27:49 +0200 > We now reference the arp_tbl, which requires IPv4 support to be > enabled in the kernel, otherwise we get a link error: > > drivers/net/built-in.o: In function `mlx5e_tc_update_neigh_used_value': > (.text+0x16afec): undefined reference to `arp_tbl' > drivers/net/built-in.o: In function `mlx5e_rep_neigh_init': > en_rep.c:(.text+0x16c16d): undefined reference to `arp_tbl' > drivers/net/built-in.o: In function `mlx5e_rep_netevent_event': > en_rep.c:(.text+0x16cbb5): undefined reference to `arp_tbl' > > This adds a Kconfig dependency for it. > > Fixes: 232c001398ae ("net/mlx5e: Add support to neighbour update flow") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html