From 1fc8d3b57c3d5c562ddf4839dfa46f53aea00099 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 22 Aug 2013 15:36:33 -0700 Subject: [PATCH] refresh (create temporary patch) --- meta | 5 +++-- patches/refresh-temp | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 patches/refresh-temp diff --git a/meta b/meta index ce5bfa90..c8d8a1a7 100644 --- a/meta +++ b/meta @@ -1,8 +1,9 @@ Version: 1 -Previous: 2396e84585291ad143708dd230bad38c6eca0981 -Head: f723a5833783171cc318f615202658bf75de4141 +Previous: b3c54950abc9b93a1d0f2eba532f9cf98b101b5c +Head: 0430ca648991c4f931a642d7303097df84d7be03 Applied: doc-fork: f723a5833783171cc318f615202658bf75de4141 + refresh-temp: 0430ca648991c4f931a642d7303097df84d7be03 Unapplied: shutdown: 8c9557c0aa6cddf2d56a57e289d136c75d40e2b2 old-af-ib: d71ebf70cf74111cfd5f0982d9abe6ec68fb38e3 diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 00000000..109c3ba5 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,36 @@ +Bottom: 085f7c15662b316080106da090760de1b5abe8c5 +Top: ffbbb287b1a2e4fbdbcedb90103f988acb8fcb42 +Author: Sean Hefty +Date: 2013-08-22 15:36:33 -0700 + +Refresh of doc-fork + +--- + +diff --git a/man/rsocket.7 b/man/rsocket.7 +index 9cc33f5..9a55887 100644 +--- a/man/rsocket.7 ++++ b/man/rsocket.7 +@@ -96,6 +96,8 @@ RDMA_RQSIZE - Integer size of the underlying receive queue. + RDMA_INLINE - Integer size of inline data. + .TP + RDMA_IOMAPSIZE - Integer number of remote IO mappings supported ++.TP ++RDMA_ROUTE - struct ibv_path_data of path record for connection. + .P + Note that rsockets fd's cannot be passed into non-rsocket calls. For + applications which must mix rsocket fd's with standard socket fd's or +@@ -113,7 +115,12 @@ subdirectory. + The preload library can be used by setting LD_PRELOAD when running. + Note that not all applications will work with rsockets. Support is + limited based on the socket options used by the application. +-Additionally, applications which call fork are not supported. ++Support for fork() is limited, but available. To use rsockets with ++the preload library for applications that call fork, users must ++set the environment variable RDMAV_FORK_SAFE=1 on both the client ++and server side of the connection. In general, fork is ++supportable for server applications that accept a connection, then ++fork off a process to handle the new connection. + .P + rsockets uses configuration files that give an administrator control + over the default settings used by rsockets. Use files under -- 2.41.0