linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Moni Shoua <monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Moni Shoua <monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: [PATCH 00/12] IB/mlx4: Add RoCEv2 support
Date: Thu, 14 Jan 2016 17:50:31 +0200	[thread overview]
Message-ID: <cover.1452780849.git.monis@mellanox.com> (raw)

RoCEv2 is the InfiniBand transport protocol encapsulated in ETH/IP/UDP link
and network protocols.
The implementation to the IB/core driver was added by Matan Barak as an
infrastructure for any vendor driver and this patch set uses it to add
RoCEv2 support for ConnectX-3Pro NICs

Matan Barak (1):
  IB/mlx4: Advertise RoCE v2 support

Moni Shoua (11):
  net/mlx4: Query RoCE support
  IB/mlx4: Add gid_type to GID properties
  net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modes
  IB/mlx4: Add support for setting RoCEv2 gids in hardware
  net/mlx4_core: Add support for configuring RoCE v2 UDP port
  net/mlx4_core: Add support for RoCE v2 entropy
  IB/core: Add definition for the standard RoCE V2 UDP port
  IB/mlx4: Support modify_qp for RoCE v2
  IB/mlx4: Enable RoCE v2 when the IB device is added
  IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers
  IB/mlx4: Create and use another QP1 for RoCEv2

 drivers/infiniband/core/ud_header.c       |   2 +-
 drivers/infiniband/hw/mlx4/main.c         | 101 ++++++++++--
 drivers/infiniband/hw/mlx4/mlx4_ib.h      |   8 +
 drivers/infiniband/hw/mlx4/qp.c           | 256 ++++++++++++++++++++++++++----
 drivers/net/ethernet/mellanox/mlx4/fw.c   |  39 ++++-
 drivers/net/ethernet/mellanox/mlx4/mlx4.h |   5 +-
 drivers/net/ethernet/mellanox/mlx4/port.c |   7 +
 drivers/net/ethernet/mellanox/mlx4/qp.c   |  26 +++
 include/linux/mlx4/cmd.h                  |   3 +-
 include/linux/mlx4/device.h               |  11 +-
 include/linux/mlx4/qp.h                   |  15 +-
 include/rdma/ib_pack.h                    |   4 +-
 include/rdma/ib_verbs.h                   |   1 +
 13 files changed, 425 insertions(+), 53 deletions(-)

-- 
1.8.3.1

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

             reply	other threads:[~2016-01-14 15:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-14 15:50 Moni Shoua [this message]
     [not found] ` <cover.1452780849.git.monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-01-14 15:50   ` [PATCH 01/12] net/mlx4: Query RoCE support Moni Shoua
2016-01-14 15:50   ` [PATCH 02/12] IB/mlx4: Add gid_type to GID properties Moni Shoua
2016-01-14 15:50   ` [PATCH 03/12] net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modes Moni Shoua
2016-01-14 15:50   ` [PATCH 04/12] IB/mlx4: Add support for setting RoCEv2 gids in hardware Moni Shoua
2016-01-14 15:50   ` [PATCH 05/12] net/mlx4_core: Add support for configuring RoCE v2 UDP port Moni Shoua
2016-01-14 15:50   ` [PATCH 06/12] net/mlx4_core: Add support for RoCE v2 entropy Moni Shoua
2016-01-14 15:50   ` [PATCH 07/12] IB/core: Add definition for the standard RoCE V2 UDP port Moni Shoua
2016-01-14 15:50   ` [PATCH 08/12] IB/mlx4: Support modify_qp for RoCE v2 Moni Shoua
2016-01-14 15:50   ` [PATCH 09/12] IB/mlx4: Enable RoCE v2 when the IB device is added Moni Shoua
2016-01-14 15:50   ` [PATCH 10/12] IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers Moni Shoua
2016-01-14 15:50   ` [PATCH 11/12] IB/mlx4: Create and use another QP1 for RoCEv2 Moni Shoua
2016-01-14 15:50   ` [PATCH 12/12] IB/mlx4: Advertise RoCE v2 support Moni Shoua
2016-01-19 20:50   ` [PATCH 00/12] IB/mlx4: Add RoCEv2 support Doug Ledford

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=cover.1452780849.git.monis@mellanox.com \
    --to=monis-vpraknaxozvwk0htik3j/w@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@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;
as well as URLs for NNTP newsgroup(s).