]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48c9243f1520d5d8945a0ed3893441803d81c743
tree9ff27f9b0cd1c0c205e7c68ebb9457efae518683
parent19050d9efdbe78684b20f77fe2f1634eac098757
parentb0b0730e8c29fa10565c9e5fcba2ba7f47dcc4e3
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 9383388 "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>