All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core v2 0/2] vmw_pvrdma: Use physical resource ids from device
@ 2019-09-23 23:49 Adit Ranadive
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Adit Ranadive @ 2019-09-23 23:49 UTC (permalink / raw)
  To: jgg@mellanox.com, leon@kernel.org, linux-rdma@vger.kernel.org
  Cc: Adit Ranadive

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-23 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 23:49 [PATCH rdma-core v2 0/2] vmw_pvrdma: Use physical resource ids from device Adit Ranadive
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

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.