From: Sean Hefty Date: Thu, 11 Aug 2011 20:57:43 +0000 (-0700) Subject: RDMA/uverbs: Export ib_open_qp() capability to user space X-Git-Tag: v3.2-rc1~104^2^12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42849b2697c36abdafa6aef64186b15055392046;p=pandora-kernel.git RDMA/uverbs: Export ib_open_qp() capability to user space Allow processes that share the same XRC domain to open an existing shareable QP. This permits those processes to receive events on the shared QP and transfer ownership, so that any process may modify the QP. The latter allows the creating process to exit, while a remaining process can still transition it for path migration purposes. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed