[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432827676-5599-1-git-send-email-ogerlitz@mellanox.com>
Date: Thu, 28 May 2015 18:41:12 +0300
From: Or Gerlitz <ogerlitz@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Matan Barak <matanb@...lanox.com>,
Amir Vadai <amirv@...lanox.com>, Tal Alon <talal@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>
Subject: [PATCH net-next 0/4] mlx4 driver update, May 28, 2015
Hi Dave,
The 1st patch fixes an issue with a function running DPDK overriding
broadcast steering rules set by other functions. Please add
this one to your -stable queue.
The rest of the series from Matan and Ido deals with scaling the number
of IRQs that serve RoCE applications to be in par with the Ethernet driver.
Or.
Ido Shamay (1):
net/mlx4_core: Move affinity hints to mlx4_core ownership
Matan Barak (3):
net/mlx4_core: Demote simple multicast and broadcast flow steering rules
net/mlx4: Add EQ pool
net/mlx4_core: Make sure there are no pending async events when freeing CQ
drivers/infiniband/hw/mlx4/main.c | 75 ++---
drivers/infiniband/hw/mlx4/mlx4_ib.h | 1 -
drivers/net/ethernet/mellanox/mlx4/cq.c | 14 +-
drivers/net/ethernet/mellanox/mlx4/en_cq.c | 56 ++--
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 7 +-
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 13 +-
drivers/net/ethernet/mellanox/mlx4/eq.c | 374 ++++++++++++--------
drivers/net/ethernet/mellanox/mlx4/main.c | 110 +++++-
drivers/net/ethernet/mellanox/mlx4/mlx4.h | 12 +-
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 2 +-
.../net/ethernet/mellanox/mlx4/resource_tracker.c | 23 ++
include/linux/mlx4/device.h | 11 +-
12 files changed, 429 insertions(+), 269 deletions(-)
--
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