From: Eli Cohen <eli-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
To: roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
richardg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
yevgenyp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
Eli Cohen <eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: [PATCH for-next 0/5] Dynamically Connected support
Date: Thu, 6 Nov 2014 17:52:34 +0200 [thread overview]
Message-ID: <1415289159-4376-1-git-send-email-eli@mellanox.com> (raw)
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
next reply other threads:[~2014-11-06 15:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-06 15:52 Eli Cohen [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415289159-4376-1-git-send-email-eli@mellanox.com \
--to=eli-ldsdmyg8hgv8yrgs2mwiifqbs+8scbdb@public.gmane.org \
--cc=eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=richardg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=yevgenyp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox