All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net/mlx4_en: Add accelerated RFS support
@ 2012-07-18 14:19 Or Gerlitz
  2012-07-18 14:19 ` [PATCH net-next 1/4] net/mlx4: Move MAC_MASK to a common place Or Gerlitz
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Or Gerlitz @ 2012-07-18 14:19 UTC (permalink / raw)
  To: davem; +Cc: roland, netdev, oren, yevgenyp, Or Gerlitz, Amir Vadai

Hi Dave, 

So now a pure Ethernet post from us...

This series from Amir Vadai adds support for Accelerated RFS 
to the mlx4_en Ethernet driver.

The code uses the Accelerated RFS infrastructure and HW flow steering 
to keep CPU affinity of rx interrupts and applications per TCP stream.

To do so, we had to add little protection to cpu_rmap.h against double 
inclusion. Also, added linking between CPU to IRQ using rmap in the 
mlx4_core driver.

Or.

Amir Vadai (4):
  net/mlx4: Move MAC_MASK to a common place
  net/rps: Protect cpu_rmap.h from double inclusion
  {NET,IB}/mlx4: Add rmap support to mlx4_assign_eq
  net/mlx4_en: Add accelerated RFS support

 drivers/infiniband/hw/mlx4/main.c                  |    3 +-
 drivers/net/ethernet/mellanox/mlx4/en_cq.c         |    9 +-
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c    |    6 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c     |  316 ++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |    3 +
 drivers/net/ethernet/mellanox/mlx4/eq.c            |   12 +-
 drivers/net/ethernet/mellanox/mlx4/mcg.c           |    1 -
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h       |   16 +
 drivers/net/ethernet/mellanox/mlx4/port.c          |    1 -
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |    3 +-
 include/linux/cpu_rmap.h                           |    4 +
 include/linux/mlx4/device.h                        |    4 +-
 include/linux/mlx4/driver.h                        |    2 +
 13 files changed, 369 insertions(+), 11 deletions(-)

CC: Amir Vadai <amirv@mellanox.com>

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

end of thread, other threads:[~2012-07-18 21:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 14:19 [PATCH net-next 0/4] net/mlx4_en: Add accelerated RFS support Or Gerlitz
2012-07-18 14:19 ` [PATCH net-next 1/4] net/mlx4: Move MAC_MASK to a common place Or Gerlitz
2012-07-18 14:19 ` [PATCH net-next 2/4] net/rps: Protect cpu_rmap.h from double inclusion Or Gerlitz
2012-07-18 14:19 ` [PATCH net-next 3/4] {NET,IB}/mlx4: Add rmap support to mlx4_assign_eq Or Gerlitz
2012-07-18 14:19 ` [PATCH net-next 4/4] net/mlx4_en: Add accelerated RFS support Or Gerlitz
2012-07-18 18:41 ` [PATCH net-next 0/4] " David Miller
2012-07-18 21:22   ` Or Gerlitz
2012-07-18 21:34     ` David Miller
2012-07-18 21:36       ` Or Gerlitz
2012-07-18 21:37         ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.