From: Or Gerlitz Date: Sun, 4 May 2014 14:07:24 +0000 (+0300) Subject: net/mlx4_core: Load the Eth driver first X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24f790f8eb8bca00c66781b21de2a9ff7cd1c00;p=pandora-kernel.git net/mlx4_core: Load the Eth driver first When running in SRIOV mode, VM that is assigned with a non-provisioned Ethernet VFs get themselves a random mac when the Eth driver starts. In this case, if the IB driver startup code that deals with RoCE runs first, it will use a zero mac as the source mac for the Para-Virtual CM MADs which is buggy. To handle that, we change the order of loading. Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed