commit | 0e0ec7e0638ef48e0c661873dfcc8caccab984c6 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Mon Aug 08 15:31:51 2011 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Thu Oct 13 09:49:51 2011 -0700 |
tree | 54314a25a402244036a5417f098c70af441a56a8 | |
parent | 0a1405da9952a72dd587829a3321695adde7dca1 [diff] |
RDMA/core: Export ib_open_qp() to share XRC TGT QPs XRC TGT QPs are shared resources among multiple processes. Since the creating process may exit, allow other processes which share the same XRC domain to open an existing QP. This allows us to transfer ownership of an XRC TGT QP to another process. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <roland@purestorage.com>