All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yishai Hadas <yishaih-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
	Alexr-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH V1 rdma-core 0/3] Verbs support for source QPN
Date: Wed, 13 Sep 2017 14:35:02 +0300	[thread overview]
Message-ID: <adc90cf9-f50c-bcae-352d-de85dc3dc2dd@dev.mellanox.co.il> (raw)
In-Reply-To: <1504786327-820-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

On 9/7/2017 3:12 PM, Yishai Hadas wrote:
> This patch set is the supplementary part of the kernel series that was accepted
> upstream into 4.14.
> 
> It enables user space applications to create a QP with a given source QP
> number. The created QP will use the source QPN as its wire QP number.
> 
> This functionality is implemented by mlx5 driver as part of this series to
> allow user space applications to accelerate traffic which is typically handled
> by IPoIB ULP.
> 
> PR was sent:
> https://github.com/linux-rdma/rdma-core/pull/212
> 
> Changes from V0:
> Patch #3:
> - Improve commit log to better describe the general case.
> - Rename MLX5_IPOIB_INLINE_MAX_HEADER_SIZE to more general name as it really is.
> 
> Yishai Hadas (3):
>    verbs: Enable creating QP with a given source QP number
>    mlx5: Add support for managing QP with a given source QP number
>    mlx5: Add support for sending UD packets with source QPN
> 
>   libibverbs/cmd.c                  |  6 +++-
>   libibverbs/kern-abi.h             |  2 +-
>   libibverbs/man/ibv_create_qp_ex.3 |  1 +
>   libibverbs/verbs.h                |  2 ++
>   providers/mlx5/mlx5.h             |  8 ++++-
>   providers/mlx5/qp.c               | 68 ++++++++++++++++++++++++++++++++++++++-
>   providers/mlx5/verbs.c            | 46 +++++++++++++++++++++-----
>   providers/mlx5/wqe.h              |  6 ++++
>   8 files changed, 127 insertions(+), 12 deletions(-)
> 

PR is up-to-date with latest notes regarding the man page.
Series was merged.
--
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:[~2017-09-13 11:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-07 12:12 [PATCH V1 rdma-core 0/3] Verbs support for source QPN Yishai Hadas
     [not found] ` <1504786327-820-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-09-07 12:12   ` [PATCH V1 rdma-core 1/3] verbs: Enable creating QP with a given source QP number Yishai Hadas
     [not found]     ` <1504786327-820-2-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-09-07 15:16       ` Jason Gunthorpe
     [not found]         ` <20170907151641.GC20644-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-07 18:46           ` Alex Rosenbaum
     [not found]             ` <CAFgAxU8QqEQwCMnu=_1hjRVMHJ_242pXykxHuJ9PftxTV77TUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-09-07 19:29               ` Jason Gunthorpe
     [not found]                 ` <20170907192909.GA5364-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-10  6:54                   ` Alex Rosenbaum
     [not found]                     ` <CAFgAxU8bkhb6tvB=1GUzqW2Dg-43Y+pZkDaXvFOE+5CEMLs6Mg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-09-11 16:28                       ` Jason Gunthorpe
     [not found]                         ` <20170911162854.GE32117-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-12 11:38                           ` Yishai Hadas
2017-09-07 12:12   ` [PATCH V1 rdma-core 2/3] mlx5: Add support for managing " Yishai Hadas
2017-09-07 12:12   ` [PATCH V1 rdma-core 3/3] mlx5: Add support for sending UD packets with source QPN Yishai Hadas
2017-09-13 11:35   ` Yishai Hadas [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=adc90cf9-f50c-bcae-352d-de85dc3dc2dd@dev.mellanox.co.il \
    --to=yishaih-ldsdmyg8hgv8yrgs2mwiifqbs+8scbdb@public.gmane.org \
    --cc=Alexr-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=majd-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 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.