]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Fri, 20 Jul 2012 00:09:29 +0000 (17:09 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 20 Jul 2012 00:09:29 +0000 (17:09 -0700)
meta
patches/fork-xfer [new file with mode: 0644]

diff --git a/meta b/meta
index 6a70ccd608242e3d8d9c00bd70dab2607de3412b..f9e1ce1b118cbad669d685ecec2ecbb693d635d8 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,13 @@
 Version: 1
-Previous: 123c528931b172cc458cdf340a882e538c265e7a
-Head: 2724e02d5b461f8c580249461271de0f7acefcab
+Previous: 16af9d01c13c26742bc6a4f70db11be693fff04f
+Head: c1e7aba9bea4bc2830c2a92a5c9f4873e87b346b
 Applied:
   rm-ib-var: 63a728f303f78348ad9727c46ac3e271197dace4
   cma-rm-pd: 2ffda7f2991395570b9e776ff5ae256ca9684771
   transpose: 7856c0c353736cee5399eb2f706a6ac2913cc368
   fork: 1768d762d8a2100e5250234ddf080b722a5e582f
   rstream-fork: 2724e02d5b461f8c580249461271de0f7acefcab
+  fork-xfer: c1e7aba9bea4bc2830c2a92a5c9f4873e87b346b
 Unapplied:
   dbg: 0687e42f87b1129e584afae0e28b5a9c15f75510
   waitall-buggy: c49c6b56c55385774065f5aa2704078e6ae0ceb8
diff --git a/patches/fork-xfer b/patches/fork-xfer
new file mode 100644 (file)
index 0000000..67eca66
--- /dev/null
@@ -0,0 +1,20 @@
+Bottom: e0b82367be775902f3588a79dd714486d21646b3
+Top:    e0b82367be775902f3588a79dd714486d21646b3
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-07-19 17:09:29 -0700
+
+rspreload: Move fork handling to first data transfer
+
+Instead of hooking fork and migrating the last accepted
+connection to rsockets, perform the migration when the socket
+first tries to send or receive data.
+
+This is necessary to handle more complex cases of fork, where
+the child process establishes connections.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+