]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 04:42:06 +0000 (21:42 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 04:42:06 +0000 (21:42 -0700)
meta
patches/rs-inline [new file with mode: 0644]

diff --git a/meta b/meta
index 0a1acf60e35e68ae55e6b3068b180f15a8291be4..d64d29a581ca19c93dce8c400949aca902f59759 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,9 @@
 Version: 1
-Previous: d5f9c5aeb49673d47ba4d2b4b269b978e69e25ea
-Head: 23ffef06cf462c4c5ac4ec5880b96c8719b64774
+Previous: d428f8c6e7b0c829ea72e80d0eac7999510f3ef5
+Head: 8ec2a102c0faa99cd71c4227dea9fc2ad3bf90c0
 Applied:
   lazy-init: 23ffef06cf462c4c5ac4ec5880b96c8719b64774
+  rs-inline: 8ec2a102c0faa99cd71c4227dea9fc2ad3bf90c0
 Unapplied:
   old-af-ib: aaa0d9ca917c8c361a978e5a116963c2cceac5ba
   old-seterr: 47eb0c419687c2690292c1910acae83a46e5388c
diff --git a/patches/rs-inline b/patches/rs-inline
new file mode 100644 (file)
index 0000000..0b4b8fe
--- /dev/null
@@ -0,0 +1,17 @@
+Bottom: 09ed451c6b5c30d2dbe0bbedc3379ef8034dc899
+Top:    09ed451c6b5c30d2dbe0bbedc3379ef8034dc899
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2014-04-16 21:42:06 -0700
+
+rsocket: Check max inline data after creating QP
+
+The ipath provider will ignore the max_inline_size
+specified as input into ibv_create_qp and instead
+return the size that it supports (which is 0) on
+output.  Check that the max_inline_size returned
+from ibv_create_qp is the size needed.
+
+
+---
+
+