Merge branch 'mlx4-net'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 19:13:18 +0000 (15:13 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 19:13:18 +0000 (15:13 -0400)
commit0c2e3fa9583192b0255fa9ec0260350e6ed202bd
tree9ff27f9b0cd1c0c205e7c68ebb9457efae518683
parent81c708068dfedece038e07d818ba68333d8d885d
parent9433c188915c1383ee36259119bc3a9c6f98cfc3
Merge branch 'mlx4-net'

Or Gerlitz says:

====================
mlx4: Fix VF MAC address change under RoCE usage

This short series provides proper handling for the case where a
VF netdevice change their MAC address under a RoCE use case. The code
it deals with was introduced in 3.15-rc1

Prior to this series the source MAC used for the VM RoCE CM
packets remains as before the MAC modification. Hence RoCE CM
packets sent by the VF will not carry the same source MAC
address as the non-CM packets.

Earlier 3.15-rc commit f24f790 "net/mlx4_core: Load the Eth driver
first" handled just one instance of the problem, but this one
provides a more generic and proper solution which covers all
cases of VF mac change.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>