[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1399975618-18707-1-git-send-email-amirv@mellanox.com>
Date: Tue, 13 May 2014 13:06:49 +0300
From: Amir Vadai <amirv@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Yevgeny Petrilin <yevgenyp@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>,
Amir Vadai <amirv@...lanox.com>
Subject: [PATCH net-next V1 0/9] Mellanox driver update 2014-05-12
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"
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
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 | 3 ++
11 files changed, 122 insertions(+), 22 deletions(-)
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists