Merge branch 'mlx4-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 14 May 2014 19:41:05 +0000 (15:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 May 2014 19:41:05 +0000 (15:41 -0400)
commit005e35f5f0783925428a78bb2b21ae92f3514e9c
treedddddda6e3f4e417065e91febffa04f16b9186cd
parent3763e7ef17143f5e9ae044638e65d2b0c0305fcf
parent7572038409d0288ff5ba9c77a053ddec6791a43c
Merge branch 'mlx4-next'

Or Gerlitz says:

====================
Mellanox driver update 2014-05-12

This patchset introduce some small bug fixes:

Eyal fixed some compilation and syntactic checkers warnings. Ido fixed a
coruption in user priority mapping when changing number of channels. Shani
fixed some other problems when modifying MAC address. Yuval fixed a problem
when changing IRQ affinity during high traffic - IRQ changes got effective
only after the first pause in traffic.

This patchset was tested and applied over commit 93dccc5: "mdio_bus: fix
devm_mdiobus_alloc_size export"

Changes from V1:
- applied feedback from Dave to use true/false and not 0/1 in patch 1/9
- removed the patch from Noa which adddressed a bug in flow steering table
  when using a bond device, as the fix might need to be in the bonding driver,
  this is now dicussed in the netdev thread "bonding directly changes
  underlying device address"

Changes from V0:
- Patch 1/9 - net/mlx4_core: Enforce irq affinity changes immediatly
  - Moved the new members to a hot cache line as Eric suggested
====================

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