]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)
meta
patches/xrcd2 [new file with mode: 0644]

diff --git a/meta b/meta
index 0f6ba00653bedfb13d39e9c95140ed2c207c7925..b61a2d889b826904cb978b04e672472d0e3ba656 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,9 @@
 Version: 1
-Previous: 612a4e7a0e95ceba66c377ca6552da78d014c711
-Head: e3d312ae562579568c8941c4a9851a8b210eb70f
+Previous: 9acd5a004a27ccf39fbd86c2b86ab72e79ce7c46
+Head: 4188913a8df4c9eca174dfea2f65aea20b243a6c
 Applied:
   verbs-ext: e3d312ae562579568c8941c4a9851a8b210eb70f
+  xrcd2: 4188913a8df4c9eca174dfea2f65aea20b243a6c
 Unapplied:
   xrcd: 1d5c0ac8e56de2b18c46f67ae528c92510f80f81
   srq_ex: 556e5c240973dd4d4fac250694525ab3211bd604
diff --git a/patches/xrcd2 b/patches/xrcd2
new file mode 100644 (file)
index 0000000..aa5e7b4
--- /dev/null
@@ -0,0 +1,25 @@
+Bottom: 815e29364f4b5792b68b75427a1c7c571ed0a27f
+Top:    815e29364f4b5792b68b75427a1c7c571ed0a27f
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-09-28 12:12:45 -0700
+
+libibverbs: Introduce XRC domains
+    
+XRC introduces several new concepts and structures, one of
+which is the XRC domain.
+XRC domains: xrcd's are a type of protection domain used to
+associate shared receive queues with xrc queue pairs.  Since
+xrcd are meant to be shared among multiple processes, we
+introduce new APIs to open/close xrcd's.
+The user to kernel ABI is extended to account for opening/
+closing the xrcd.
+    
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+
+---
+
+