]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Fri, 11 May 2012 17:33:13 +0000 (10:33 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 11 May 2012 17:33:13 +0000 (10:33 -0700)
meta
patches/rstream-delay [new file with mode: 0644]

diff --git a/meta b/meta
index b26a87c7654019d406b2a23e044ceba191eab67d..c85015f17fc878db7615f82569c69d55c2243783 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: da4a2adf1573cfd90c968e3fe0cabae18a0e3399
-Head: 5ce7d9c48d082fd1959918e9134f4bdd85c402d9
+Previous: 966f64d8e658e34ea60978c638b6fcf061a8d964
+Head: 7982ed2a2c0448aecb61c15a44f7c7db5228dba7
 Applied:
   rs-locking: ec6a8efe211b0dc98548443c2e0d67e2c355351f
   reuseaddr: 5ce7d9c48d082fd1959918e9134f4bdd85c402d9
+  rstream-delay: 7982ed2a2c0448aecb61c15a44f7c7db5228dba7
 Unapplied:
   comp_locks: b89aab130b4619806557e11e6b9c10964f00743f
   preload: 5dfe7abc07064485c5100e04e5412279244c2bc3
diff --git a/patches/rstream-delay b/patches/rstream-delay
new file mode 100644 (file)
index 0000000..a7e420c
--- /dev/null
@@ -0,0 +1,21 @@
+Bottom: ea75b8334003947a7f09ba5f0efcec267b5143c1
+Top:    ea75b8334003947a7f09ba5f0efcec267b5143c1
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-05-11 10:33:13 -0700
+
+librdmacm/rstream: Set rsocket nonblocking for base tests
+
+The base set of rstream tests want nonblocking rsockets, but don't
+actually set the rsocket to nonblocking.  It instead relies on the
+MSG_DONTWAIT flag.  Make the code match the expected behavior and
+set the rsocket to nonblocking and make nonblocking the default.
+
+Provide a test option to switch it back to blocking mode.  We keep
+the existing nonblocking test option for compatibility.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+