]> git.openfabrics.org - ~shefty/libibverbs.git/commit
Add ibv_open_qp()
authorSean Hefty <sean.hefty@intel.com>
Thu, 22 Dec 2011 08:10:11 +0000 (00:10 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 22 Dec 2011 08:10:11 +0000 (00:10 -0800)
commit94332ed744f0a660d7654ddd75619d415c712289
tree3ddad6396082eca0c222a66bf7f2217886a4d086
parent5099ebb63980b28a82fde95e55bed02ea699092e
Add ibv_open_qp()

XRC receive QPs are shareable across multiple processes.  Allow
any process with access to the xrc domain to open an existing
QP.  After opening the QP, the process will receive events
related to the QP and be able to modify the QP.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/infiniband/driver.h
include/infiniband/kern-abi.h
include/infiniband/verbs.h
src/cmd.c
src/libibverbs.map
src/verbs.c