]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Wed, 19 Sep 2012 16:19:59 +0000 (09:19 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 19 Sep 2012 16:19:59 +0000 (09:19 -0700)
meta
patches/open_qp [new file with mode: 0644]

diff --git a/meta b/meta
index 726c3892d32d5cf5d1053085060e95819b126048..d619c63bac9712498cb35d42f5106f2fa551442b 100644 (file)
--- a/meta
+++ b/meta
@@ -1,11 +1,12 @@
 Version: 1
-Previous: 75bb08f4fd823d2be884db6aa657b25f91da85ad
-Head: 72c00c4918a57f1a1fb058097d015f0d8fb60308
+Previous: bff47473a5d2716377b1ad06f305f2b7bbf96a50
+Head: 67050b19bd2041a3f0612c7038acd1ea939f1d02
 Applied:
   verbs-ext: 6fbf2b29ca68fc10b7ee47dc0c09f54db0b32320
   compat-ex: fb8aa3e0b8ed628564d7d774907fd17a72a23522
   xrcd: 71fa003681345f671bdef05c9548263252e949de
   srq_ex: 4533085cc46f8b356d9f1ade0e737acfe744471b
   xrc_qp: 72c00c4918a57f1a1fb058097d015f0d8fb60308
+  open_qp: 67050b19bd2041a3f0612c7038acd1ea939f1d02
 Unapplied:
 Hidden:
diff --git a/patches/open_qp b/patches/open_qp
new file mode 100644 (file)
index 0000000..f4f969e
--- /dev/null
@@ -0,0 +1,19 @@
+Bottom: 2f0964be7f5ced89346f12c4ed6190a5af029461
+Top:    2f0964be7f5ced89346f12c4ed6190a5af029461
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-09-19 09:19:59 -0700
+
+libibverbs: 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>
+
+
+
+---
+
+