netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mlx4 driver update, May 28, 2015
@ 2015-05-28 15:41 Or Gerlitz
  2015-05-28 15:41 ` [PATCH net-next 1/4] net/mlx4_core: Demote simple multicast and broadcast flow steering rules Or Gerlitz
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Or Gerlitz @ 2015-05-28 15:41 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Matan Barak, Amir Vadai, Tal Alon, Or Gerlitz

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(-)

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

end of thread, other threads:[~2015-05-31  6:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 15:41 [PATCH net-next 0/4] mlx4 driver update, May 28, 2015 Or Gerlitz
2015-05-28 15:41 ` [PATCH net-next 1/4] net/mlx4_core: Demote simple multicast and broadcast flow steering rules Or Gerlitz
2015-05-28 15:41 ` [PATCH net-next 2/4] net/mlx4: Add EQ pool Or Gerlitz
2015-05-28 15:41 ` [PATCH net-next 3/4] net/mlx4_core: Move affinity hints to mlx4_core ownership Or Gerlitz
2015-05-28 15:41 ` [PATCH net-next 4/4] net/mlx4_core: Make sure there are no pending async events when freeing CQ Or Gerlitz
2015-05-28 19:41   ` Sergei Shtylyov
2015-05-31  6:23   ` David Miller
2015-05-31  6:30     ` Or Gerlitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).