From efa028f73b862c21b218755f6a8be5ee3725c2e2 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 11 May 2012 10:33:13 -0700 Subject: [PATCH] new --- meta | 5 +++-- patches/rstream-delay | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 patches/rstream-delay diff --git a/meta b/meta index b26a87c7..c85015f1 100644 --- 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 index 00000000..a7e420c5 --- /dev/null +++ b/patches/rstream-delay @@ -0,0 +1,21 @@ +Bottom: ea75b8334003947a7f09ba5f0efcec267b5143c1 +Top: ea75b8334003947a7f09ba5f0efcec267b5143c1 +Author: Sean Hefty +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 + + +--- + + -- 2.41.0