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

diff --git a/meta b/meta
index 51fc76c1d2b03e761c188e73b4715e7ee7e0091e..08e9bcfd20519522247ce6e18cc68ed7a9d27ebf 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: 18c3c78adf9a27a7057c4af88ba9a2b2ad385250
-Head: 71fa003681345f671bdef05c9548263252e949de
+Previous: db0bbd5e5aa2ec6331dfc6f29b51fac1c08a1e56
+Head: 456fb4085091e52f7c7806a0f094b56819d6a7df
 Applied:
   verbs-ext: 6fbf2b29ca68fc10b7ee47dc0c09f54db0b32320
   compat-ex: fb8aa3e0b8ed628564d7d774907fd17a72a23522
   xrcd: 71fa003681345f671bdef05c9548263252e949de
+  srq_ex: 456fb4085091e52f7c7806a0f094b56819d6a7df
 Unapplied:
 Hidden:
diff --git a/patches/srq_ex b/patches/srq_ex
new file mode 100644 (file)
index 0000000..792adf2
--- /dev/null
@@ -0,0 +1,25 @@
+Bottom: 48f7567ae9fafe6c83c69f1b3525476432737303
+Top:    48f7567ae9fafe6c83c69f1b3525476432737303
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-09-17 12:34:55 -0700
+
+livibverbs: Add support for XRC SRQs
+
+XRC support requires the use of a new type of SRQ.
+
+XRC shared receive queues: xrc srq's are similar to normal
+srq's, except that they are bound to an xrcd, rather
+than to a protection domain.  Based on the current spec
+and implementation, they are only usable with xrc qps.  To
+support xrc srq's, we define a new srq_init_attr structure
+to include an srq type and other needed information.
+
+The kernel ABI is also updated to allow creating extended
+SRQs.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+