netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V1 0/4] mlx4 driver update, May 28, 2015
@ 2015-05-31  6:30 Or Gerlitz
  2015-05-31  6:30 ` [PATCH net-next V1 1/4] net/mlx4_core: Demote simple multicast and broadcast flow steering rules Or Gerlitz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Or Gerlitz @ 2015-05-31  6:30 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.

changes from V0:
 - addressed feedback from Sergei, removed extra blank line in patch #4

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            |   13 +-
 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, 428 insertions(+), 269 deletions(-)

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

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

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

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