mbox series

[rdma-core,v1,0/2] vmw_pvrdma: Use physical resource ids from device

Message ID cover.1568923914.git.aditr@vmware.com (mailing list archive)
Headers show
Series vmw_pvrdma: Use physical resource ids from device | expand

Message

Adit Ranadive Sept. 19, 2019, 8:26 p.m. UTC
Changelog:
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):
  vmw_pvrdma: Update kernel header for QP handle/num

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

 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 +++++++++++++-----------
 4 files changed, 28 insertions(+), 12 deletions(-)