All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adit Ranadive <aditr@vmware.com>
To: "jgg@mellanox.com" <jgg@mellanox.com>,
	"leon@kernel.org" <leon@kernel.org>,
	"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>
Cc: Adit Ranadive <aditr@vmware.com>
Subject: [PATCH rdma-core v2 0/2] vmw_pvrdma: Use physical resource ids from device
Date: Mon, 23 Sep 2019 23:49:28 +0000	[thread overview]
Message-ID: <cover.1569282124.git.aditr@vmware.com> (raw)

Changelog:
v2:
 - Used kernel-headers/update script to generate headers commit
v1:
 - Added a separate patch for the kernel header
 - Dropped the ABI version check
 - Added a create qp flag and an in-band check to indicate support
v0:
 - https://patchwork.kernel.org/patch/10946987/

Hi,

Here is a patchset for enabling exposing physical resource ids for vmw_pvrdma
userspace provider.

rdma-core PR:
 - https://github.com/linux-rdma/rdma-core/pull/581

Thanks,
Adit

Adit Ranadive (1):
  Update kernel headers

Bryan Tan (1):
  vmw_pvrdma: Use resource ids from physical device if available

 kernel-headers/CMakeLists.txt        |  1 +
 kernel-headers/rdma/rvt-abi.h        | 66 ++++++++++++++++++++++++++++
 kernel-headers/rdma/vmw_pvrdma-abi.h | 13 ++++++
 providers/vmw_pvrdma/pvrdma-abi.h    |  2 +-
 providers/vmw_pvrdma/pvrdma.h        |  1 +
 providers/vmw_pvrdma/qp.c            | 24 +++++-----
 6 files changed, 95 insertions(+), 12 deletions(-)
 create mode 100644 kernel-headers/rdma/rvt-abi.h

-- 
2.18.1


             reply	other threads:[~2019-09-23 23:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23 23:49 Adit Ranadive [this message]
2019-09-23 23:49 ` [PATCH rdma-core v2 1/2] Update kernel headers Adit Ranadive
2019-09-23 23:49 ` [PATCH rdma-core v2 2/2] vmw_pvrdma: Use resource ids from physical device if available Adit Ranadive

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.1569282124.git.aditr@vmware.com \
    --to=aditr@vmware.com \
    --cc=jgg@mellanox.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.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.