From: Sean Hefty Date: Tue, 24 Jul 2012 22:27:26 +0000 (-0700) Subject: refresh X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=41faf8ec45d903390115c008f62d447b26bef7c4;p=~shefty%2Flibrdmacm.git refresh --- diff --git a/meta b/meta index f04978f2..3dc42480 100644 --- a/meta +++ b/meta @@ -1,10 +1,9 @@ Version: 1 -Previous: 739e1c95b8358f9111ab19534c8d29cd2be9adc3 -Head: 1bae6e015739f8df5cdae51113f252b99767579d +Previous: 53e8e551ec6140f7eaaf954c2e9864c777fe0127 +Head: 3e52eb22f44eafaefa95c4674bc5665a94e15694 Applied: cma-rm-pd: 2ffda7f2991395570b9e776ff5ae256ca9684771 - transpose: 7856c0c353736cee5399eb2f706a6ac2913cc368 - refresh-temp: 1bae6e015739f8df5cdae51113f252b99767579d + transpose: 3e52eb22f44eafaefa95c4674bc5665a94e15694 Unapplied: fork: bf9af8d174dcad2841cb78ce7a44bcf307e7be82 rstream-fork: e968946ba3b1b6f18b00c54621068ba3996362df diff --git a/patches/refresh-temp b/patches/refresh-temp deleted file mode 100644 index 8f0140ae..00000000 --- a/patches/refresh-temp +++ /dev/null @@ -1,10 +0,0 @@ -Bottom: 47adffa1c470a8413209e0679e601e328605b9da -Top: 47adffa1c470a8413209e0679e601e328605b9da -Author: Sean Hefty -Date: 2012-07-24 15:26:23 -0700 - -Refresh of transpose - ---- - - diff --git a/patches/transpose b/patches/transpose index 2a5c8b59..c9cd66f8 100644 --- a/patches/transpose +++ b/patches/transpose @@ -3,7 +3,7 @@ Top: 47adffa1c470a8413209e0679e601e328605b9da Author: Sean Hefty Date: 2012-07-16 14:17:58 -0700 -rspreload: Make socket_fallback() call more generic +librspreload: Make socket_fallback() call more generic socket_fallback is used to switch from an rsocket to a normal socket in the case of failures. Rename the call and make it @@ -11,6 +11,10 @@ more generic, so that it can switch between an rsocket and a normal socket in either direction. This will be used to support fork(). +As part of this change, we move the list of hooked and rsocket +calls into structures, versus maintaining a large number of +static variables. + Signed-off-by: Sean Hefty