]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Fri, 18 May 2012 23:56:16 +0000 (16:56 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 18 May 2012 23:56:16 +0000 (16:56 -0700)
meta
patches/rs-opt-qpsize [new file with mode: 0644]

diff --git a/meta b/meta
index 4daec7355908b927dcb82fdd8748920923c03a8f..33f1c3dd00528a6e9be396dd50d73a37b8f6fc05 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: 1b2e93d799c2e569ba9a0e93c58aa70e993ca613
-Head: 7c8fbc95903cf8f61422d7f2c58f83ba4f0b8ac4
+Previous: 08affaccd03c5c8573d8338e1402ef1a4a4e7bcd
+Head: 014d73d3406368b0c7d90e2a5a1dac5c517badca
 Applied:
   rs-opts: 7c8fbc95903cf8f61422d7f2c58f83ba4f0b8ac4
+  rs-opt-qpsize: 014d73d3406368b0c7d90e2a5a1dac5c517badca
 Unapplied:
 Hidden:
diff --git a/patches/rs-opt-qpsize b/patches/rs-opt-qpsize
new file mode 100644 (file)
index 0000000..5584175
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: 232a5020b2d128a616b93f4b14bc5a527a330b7c
+Top:    232a5020b2d128a616b93f4b14bc5a527a330b7c
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-05-18 16:56:15 -0700
+
+rsockets: Allow user to specify the QP size
+
+Add a setsockopt that allows the user to specify the desired
+size of the underlying QP.  The provided size is used as the
+maximum size when creating the QP.  The actual size of the QP
+is the smaller of the user provided maximum and the maximum
+size supported by the underlying hardware.
+
+A user may retrieve the actual size of the QP through the
+getsockopt call.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+