All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/5] Dynamically Connected support
@ 2014-11-06 15:52 Eli Cohen
       [not found] ` <1415289159-4376-1-git-send-email-eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Cohen @ 2014-11-06 15:52 UTC (permalink / raw)
  To: roland-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	ogerlitz-VPRAkNaXOzVWk0Htik3J/w, richardg-VPRAkNaXOzVWk0Htik3J/w,
	yevgenyp-VPRAkNaXOzVWk0Htik3J/w, Eli Cohen

Hi Roland,

the following series of patches introduces a new transport service named DC.
Support is added at IB/core layer, uverbs interface to userspace and mlx5 for
Connect-IB devices. Details on the new transport can be found in the first
patch in the series.

Eli

Eli Cohen (5):
  IB/core: Add DC transport support
  IB/uverbs: Add userspace interface to DC verbs
  mlx5_core: Add DC support at mlx5 core layer
  mlx5_ib: Add support for DC
  mlx5_core: Update mlx5_command_str with DC commands

 drivers/infiniband/core/uverbs.h                  |  11 +
 drivers/infiniband/core/uverbs_cmd.c              | 474 +++++++++++++++++++---
 drivers/infiniband/core/uverbs_main.c             |  35 +-
 drivers/infiniband/core/verbs.c                   |  87 ++++
 drivers/infiniband/hw/mlx5/main.c                 |  19 +
 drivers/infiniband/hw/mlx5/mlx5_ib.h              |  24 ++
 drivers/infiniband/hw/mlx5/qp.c                   | 289 ++++++++++++-
 drivers/infiniband/hw/mlx5/user.h                 |  41 ++
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c     |  21 +-
 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c | 110 +++++
 drivers/net/ethernet/mellanox/mlx5/core/eq.c      |  15 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c    |   6 +
 drivers/net/ethernet/mellanox/mlx5/core/qp.c      | 185 +++++++++
 include/linux/mlx5/device.h                       |  12 +
 include/linux/mlx5/driver.h                       |  24 +-
 include/linux/mlx5/mlx5_ifc.h                     | 179 ++++++++
 include/linux/mlx5/qp.h                           |  39 +-
 include/rdma/ib_verbs.h                           |  88 +++-
 include/uapi/rdma/ib_user_verbs.h                 | 126 +++++-
 19 files changed, 1710 insertions(+), 75 deletions(-)

-- 
2.1.2

--
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] 8+ messages in thread

end of thread, other threads:[~2014-11-09  8:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 15:52 [PATCH for-next 0/5] Dynamically Connected support Eli Cohen
     [not found] ` <1415289159-4376-1-git-send-email-eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-11-06 15:52   ` [PATCH for-next 1/5] IB/core: Add DC transport support Eli Cohen
     [not found]     ` <1415289159-4376-2-git-send-email-eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-11-06 16:39       ` Or Gerlitz
     [not found]         ` <545BA435.2010209-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-11-09  8:02           ` Eli Cohen
2014-11-06 15:52   ` [PATCH for-next 2/5] IB/uverbs: Add userspace interface to DC verbs Eli Cohen
2014-11-06 15:52   ` [PATCH for-next 3/5] mlx5_core: Add DC support at mlx5 core layer Eli Cohen
2014-11-06 15:52   ` [PATCH for-next 4/5] mlx5_ib: Add support for DC Eli Cohen
2014-11-06 15:52   ` [PATCH for-next 5/5] mlx5_core: Update mlx5_command_str with DC commands Eli Cohen

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.