All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/6] Add flow steering support for IPoIB
@ 2013-11-07 13:25 Or Gerlitz
       [not found] ` <1383830717-17312-1-git-send-email-ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Or Gerlitz @ 2013-11-07 13:25 UTC (permalink / raw)
  To: roland-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, matanb-VPRAkNaXOzVWk0Htik3J/w,
	Or Gerlitz

Hi Roland,

This series adds on the flow-steering patches that were merged in 3.12

Now flow steering rules can be set such that they steer UD 
traffic targeted to IPoIB netdevice into applications IB UD QP.

For that end, IPoIB provides hint to the low-level device through
a QP creation flag that this QP may be subject to flow-steering.

FWWI, this patch set has nothing to do with the uverbs extensions series.

Matan and Or.

Matan Barak (6):
  IB/core: Add flow-steering support for IPoIB UD traffic
  IB/core: Add support for IB L2 device managed steering
  net/mlx4_core: Add support for steer-able IB UD QPs
  IB/mlx4_ib: Enable device managed steering support for IB ports too
  IB/mlx4_ib: Add mechanism to support flow-steering over IB links
  IB/mlx4_ib: Add support for steer-able IB UD QPs

 drivers/infiniband/hw/mlx4/main.c                  |  272 +++++++++++++++++++-
 drivers/infiniband/hw/mlx4/mlx4_ib.h               |   12 +
 drivers/infiniband/hw/mlx4/qp.c                    |   53 ++++-
 drivers/infiniband/ulp/ipoib/ipoib_verbs.c         |    3 +
 drivers/net/ethernet/mellanox/mlx4/cmd.c           |    9 +
 drivers/net/ethernet/mellanox/mlx4/fw.c            |   10 +
 drivers/net/ethernet/mellanox/mlx4/mcg.c           |   17 ++
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |    5 +
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |   10 +
 include/linux/mlx4/cmd.h                           |    1 +
 include/linux/mlx4/device.h                        |    6 +-
 include/rdma/ib_verbs.h                            |   17 ++-
 12 files changed, 393 insertions(+), 22 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-01-14 22:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 13:25 [PATCH for-next 0/6] Add flow steering support for IPoIB Or Gerlitz
     [not found] ` <1383830717-17312-1-git-send-email-ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2013-11-07 13:25   ` [PATCH for-next 1/6] IB/core: Add flow-steering support for IPoIB UD traffic Or Gerlitz
2013-11-07 13:25   ` [PATCH for-next 2/6] IB/core: Add support for IB L2 device managed steering Or Gerlitz
2013-11-07 13:25   ` [PATCH for-next 3/6] net/mlx4_core: Add support for steer-able IB UD QPs Or Gerlitz
2013-11-07 13:25   ` [PATCH for-next 4/6] IB/mlx4_ib: Enable device managed steering support for IB ports too Or Gerlitz
2013-11-07 13:25   ` [PATCH for-next 5/6] IB/mlx4_ib: Add mechanism to support flow-steering over IB links Or Gerlitz
2013-11-07 13:25   ` [PATCH for-next 6/6] IB/mlx4_ib: Add support for steer-able IB UD QPs Or Gerlitz
2013-11-16 19:35   ` [PATCH for-next 0/6] Add flow steering support for IPoIB Or Gerlitz
     [not found]     ` <CAJZOPZK=mRXakostsuFt3XzP3ZF5FW+4YurTSRz1JbPBgzurCg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-17  6:53       ` Or Gerlitz
2014-01-14 22:09   ` Roland Dreier

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.