Files
linux/drivers/net/ethernet
Arnd Bergmann 7dbb29172d net/mlx5e: make VXLAN support conditional
VXLAN can be disabled at compile-time or it can be a loadable
module while mlx5 is built-in, which leads to a link error:

drivers/net/built-in.o: In function `mlx5e_create_netdev':
ntb_netdev.c:(.text+0x106de4): undefined reference to `vxlan_get_rx_port'

This avoids the link error and makes the vxlan code optional,
like the other ethernet drivers do as well.

Link: https://patchwork.ozlabs.org/patch/589296/
Fixes: b3f63c3d5e ("net/mlx5e: Add netdev support for VXLAN tunneling")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-09 00:21:07 -04:00
..
2016-02-16 16:06:13 -05:00
2016-03-01 15:19:43 -05:00
2016-05-01 20:59:43 -04:00
2016-02-25 16:51:04 -05:00
2016-01-29 20:33:38 -08:00
2016-03-03 17:17:14 -05:00
2016-02-15 11:18:22 +01:00
2016-02-25 16:51:05 -05:00
2016-01-10 22:50:14 -05:00
2016-02-17 16:15:45 -05:00
2016-04-28 14:21:15 -04:00
2016-01-04 16:07:16 -05:00
2016-04-28 16:37:56 -04:00
2016-01-07 14:31:26 -05:00
2016-03-07 15:39:45 -05:00