public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] Mellanox driver update 2014-05-12
@ 2014-05-12  7:43 Amir Vadai
  2014-05-12  7:43 ` [PATCH net-next 1/9] net/mlx4_core: Enforce irq affinity changes immediatly Amir Vadai
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Amir Vadai @ 2014-05-12  7:43 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Amir Vadai, Yevgeny Petrilin, Or Gerlitz

Hi,

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. Noa fixed
a bug in flow steering table when using a bond device. 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"

Thanks,
Amir

Eyal Perry (4):
  net/mlx4_core: Fix smatch error - possible access to a null variable
  net/mlx4_core: Removed unnecessary bit operation condition
  net/mlx4_en: Using positive error value for unsigned
  net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()

Ido Shamay (1):
  net/mlx4_en: User prio mapping gets corrupted when changing number of
    channels

Noa Osherovich (1):
  net/mlx4_en: Fix mac_hash database inconsistency

Shani Michaelli (2):
  net/mlx4_en: Fix errors in MAC address changing when port is down
  net/mlx4_en: Protect MAC address modification with the state_lock
    mutex

Yuval Atias (1):
  net/mlx4_core: Enforce irq affinity changes immediatly

 drivers/net/ethernet/mellanox/mlx4/cmd.c        | 14 ++++++
 drivers/net/ethernet/mellanox/mlx4/cq.c         |  3 ++
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |  3 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  | 29 +++++++-----
 drivers/net/ethernet/mellanox/mlx4/en_rx.c      | 11 ++++-
 drivers/net/ethernet/mellanox/mlx4/en_tx.c      |  6 +++
 drivers/net/ethernet/mellanox/mlx4/eq.c         | 62 +++++++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/main.c       |  9 ++--
 drivers/net/ethernet/mellanox/mlx4/mcg.c        |  2 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  2 +-
 include/linux/mlx4/device.h                     |  2 +
 11 files changed, 121 insertions(+), 22 deletions(-)

-- 
1.8.3.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-05-26 17:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12  7:43 [PATCH net-next 0/9] Mellanox driver update 2014-05-12 Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 1/9] net/mlx4_core: Enforce irq affinity changes immediatly Amir Vadai
2014-05-12 13:57   ` Eric Dumazet
2014-05-13 10:17     ` Amir Vadai
2014-05-17 20:33   ` Ben Hutchings
2014-05-19 11:33     ` Amir Vadai
2014-05-26 17:20       ` Ben Hutchings
2014-05-12  7:43 ` [PATCH net-next 2/9] net/mlx4_en: User prio mapping gets corrupted when changing number of channels Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 3/9] net/mlx4_en: Fix errors in MAC address changing when port is down Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 4/9] net/mlx4_core: Fix smatch error - possible access to a null variable Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 5/9] net/mlx4_core: Removed unnecessary bit operation condition Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 6/9] net/mlx4_en: Protect MAC address modification with the state_lock mutex Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 7/9] net/mlx4_en: Fix mac_hash database inconsistency Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 8/9] net/mlx4_en: Using positive error value for unsigned Amir Vadai
2014-05-12  7:43 ` [PATCH net-next 9/9] net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach() Amir Vadai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox