linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg-uk2M96/98Pc@public.gmane.org>
To: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	RDMA mailing list
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Moni Shoua <monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH rdma-next v2 0/6] Add DC transport support to mlx5
Date: Mon, 8 Jan 2018 19:49:52 -0700	[thread overview]
Message-ID: <20180109024952.GA6305@ziepe.ca> (raw)
In-Reply-To: <20180102141933.24353-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

On Tue, Jan 02, 2018 at 04:19:27PM +0200, Leon Romanovsky wrote:
> Changelog:
>  v1 -> v2:
>   * Renamed functions to better describe functionality.
>   * Improve set_mlx5_qp function implementation.
>  v0 -> v1:
>   * Updated "net/mlx5: Add DCT command interface" patch to
>     declare variables in reversed Christmas tree order.
> 
> >From Moni,
> 
> Following the discussion [1] on the mailing list regarding
> "Custom/proprietary QP type support", the following patchset
> implements the direct connected QP types functionality over posted RFC.
> 
> The dynamically connected (DC) transport service provides a datagram-like
> model that allows a DC QP to target multiple remote processes in multiple
> remote nodes.
> 
> As far as reachability is concerned, the DC model is somewhat similar to
> the unreliable datagram (UD) model in the sense that each WR submitted to
> the DC SQ carries the information that identifies the remote destination.
> 
> The new QP type - IB_QPT_DRIVER is introduced to represent all type of QPs
> that are driver specific, like the proposed DC QP. Such minimal change
> to the IB/core allows reuse of existing verbs functions to control those
> new QPs with already existing functions.
> 
> [1] https://www.spinics.net/lists/linux-rdma/msg57598.html
> 
> The patches are available in the git repository at:
>   git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git
>   tags/rdma-next-2018-01-02-1

Applied to for-next

Thanks,
Jason
--
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

      parent reply	other threads:[~2018-01-09  2:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02 14:19 [PATCH rdma-next v2 0/6] Add DC transport support to mlx5 Leon Romanovsky
     [not found] ` <20180102141933.24353-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2018-01-02 14:19   ` [PATCH rdma-next v2 1/6] net/mlx5: Add DCT command interface Leon Romanovsky
2018-01-02 14:19   ` [PATCH rdma-next v2 2/6] net/mlx5: Enable DC transport Leon Romanovsky
2018-01-02 14:19   ` [PATCH rdma-next v2 3/6] IB/core: Introduce driver QP type Leon Romanovsky
2018-01-02 14:19   ` [PATCH rdma-next v2 4/6] IB/mlx5: Handle type IB_QPT_DRIVER when creating a QP Leon Romanovsky
     [not found]     ` <20180102141933.24353-5-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2018-01-03 12:35       ` Or Gerlitz
2018-01-02 14:19   ` [PATCH rdma-next v2 5/6] IB/mlx5: Add support for DC Initiator QP Leon Romanovsky
2018-01-02 14:19   ` [PATCH rdma-next v2 6/6] IB/mlx5: Add support for DC target QP Leon Romanovsky
2018-01-09  2:49   ` Jason Gunthorpe [this message]

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=20180109024952.GA6305@ziepe.ca \
    --to=jgg-uk2m96/98pc@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=yishaih-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;
as well as URLs for NNTP newsgroup(s).