From: Or Gerlitz Date: Tue, 1 Apr 2014 08:27:13 +0000 (+0300) Subject: net/mlx4: Set proper build dependancy with vxlan X-Git-Tag: v3.15-rc1~113^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66132f3eb514f42c49a3e8f57aab2ccd0360f06;p=pandora-kernel.git net/mlx4: Set proper build dependancy with vxlan Make sure that vxlan_get_rx_port() is present in the kernel build in a manner consistent with mlx4, else mlx4 can be made built-in where vxlan a module and the phase of the build linking fails. Add CONFIG_MLX4_EN_VXLAN for that. Also, #ifdef the advertizement and implementation of the mlx4 vxlan ndo calls and related code under this config directive. Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed