RDMA/uverbs: Export XRC TGT QPs to user space
authorSean Hefty <sean.hefty@intel.com>
Fri, 27 May 2011 07:00:12 +0000 (00:00 -0700)
committerRoland Dreier <roland@purestorage.com>
Thu, 13 Oct 2011 16:37:07 +0000 (09:37 -0700)
commitb93f3c18727634a2e847f067e549762d096921cf
tree33157295d2d637a6592b1606b28cd98eae15d1c1
parent9977f4f64bfeb5d907a793a6880aab2d43b0bed2
RDMA/uverbs: Export XRC TGT QPs to user space

Allow user space to operate on XRC TGT QPs the same way as other types
of QPs, with one notable exception: since XRC TGT QPs may be shared
among multiple processes, the XRC TGT QP is allowed to exist beyond the
lifetime of the creating process.

The process that creates the QP is allowed to destroy it, but if the
process exits without destroying the QP, then the QP will be left bound
to the lifetime of the XRCD.

TGT QPs are not associated with CQs or a PD.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/uverbs_cmd.c
drivers/infiniband/core/uverbs_main.c