]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Thu, 19 Jul 2012 22:14:59 +0000 (15:14 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 19 Jul 2012 22:14:59 +0000 (15:14 -0700)
meta
patches/refresh-temp [deleted file]
patches/rstream-fork

diff --git a/meta b/meta
index 3fa31934d8f4c51f48416bdb3214de5ab03a4616..210291e3fdea5dae9cce95df267ebc22ee911258 100644 (file)
--- a/meta
+++ b/meta
@@ -1,13 +1,12 @@
 Version: 1
-Previous: 189ef98163a56abc53c2c721516e29d1647f0700
-Head: 7398346770c9fe01ba518fd4d9750c2b7ebc2824
+Previous: b762a18028be427a1b05a96c3ae6e73d5de8c4cd
+Head: 2724e02d5b461f8c580249461271de0f7acefcab
 Applied:
   rm-ib-var: 63a728f303f78348ad9727c46ac3e271197dace4
   cma-rm-pd: 2ffda7f2991395570b9e776ff5ae256ca9684771
   transpose: 7856c0c353736cee5399eb2f706a6ac2913cc368
   fork: 1768d762d8a2100e5250234ddf080b722a5e582f
-  rstream-fork: 5f22fd6affd5193837567d5cf7113e1c25376ef4
-  refresh-temp: 7398346770c9fe01ba518fd4d9750c2b7ebc2824
+  rstream-fork: 2724e02d5b461f8c580249461271de0f7acefcab
 Unapplied:
   dbg: 0068d0c2bc8c327b322182bdb33e140beeb9b706
   waitall-buggy: c49c6b56c55385774065f5aa2704078e6ae0ceb8
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index df92b37..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Bottom: 1944ff9455330a5668da3d69575cd2e1928f07dc
-Top:    e0b82367be775902f3588a79dd714486d21646b3
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2012-07-19 15:14:58 -0700
-
-Refresh of rstream-fork
-
----
-
-diff --git a/examples/rstream.c b/examples/rstream.c
-index 490caa5..befb7c6 100644
---- a/examples/rstream.c
-+++ b/examples/rstream.c
-@@ -36,6 +36,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/time.h>
-+#include <sys/wait.h>
- #include <netdb.h>
- #include <fcntl.h>
- #include <unistd.h>
index e1ff1de08d7b8dcf92e56450390e215b04e698a2..fecee7be60a8d89f182cb743484964da2ec5e680 100644 (file)
@@ -1,5 +1,5 @@
 Bottom: 06618864b863228d0a358680b7f0aeafe4237c7b
-Top:    1944ff9455330a5668da3d69575cd2e1928f07dc
+Top:    e0b82367be775902f3588a79dd714486d21646b3
 Author: Sean Hefty <sean.hefty@intel.com>
 Date:   2012-07-17 15:32:54 -0700
 
@@ -11,10 +11,18 @@ Signed-off-by: Sean Hefty <sean.hefty@intel.com>
 ---
 
 diff --git a/examples/rstream.c b/examples/rstream.c
-index 48e2771..490caa5 100644
+index 48e2771..befb7c6 100644
 --- a/examples/rstream.c
 +++ b/examples/rstream.c
-@@ -84,6 +84,8 @@ static int verify;
+@@ -36,6 +36,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#include <sys/wait.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <unistd.h>
+@@ -84,6 +85,8 @@ static int verify;
  static int flags = MSG_DONTWAIT;
  static int poll_timeout = 0;
  static int custom;
@@ -23,7 +31,7 @@ index 48e2771..490caa5 100644
  static enum rs_optimization optimization;
  static int size_option;
  static int iterations = 1;
-@@ -463,7 +465,10 @@ static int server_connect(void)
+@@ -463,7 +466,10 @@ static int server_connect(void)
                perror("raccept");
        }
  
@@ -35,7 +43,7 @@ index 48e2771..490caa5 100644
        return ret;
  }
  
-@@ -546,20 +551,26 @@ static int run(void)
+@@ -546,20 +552,26 @@ static int run(void)
                if (ret)
                        goto free;
  
@@ -65,7 +73,7 @@ index 48e2771..490caa5 100644
                        if (test_size[i].option > size_option)
                                continue;
                        init_bandwidth_test(test_size[i].size);
-@@ -570,10 +581,14 @@ static int run(void)
+@@ -570,10 +582,14 @@ static int run(void)
                if (ret)
                        goto free;
  
@@ -82,7 +90,7 @@ index 48e2771..490caa5 100644
        rs_close(rs);
  free:
        free(buf);
-@@ -593,6 +608,10 @@ static int set_test_opt(char *optarg)
+@@ -593,6 +609,10 @@ static int set_test_opt(char *optarg)
                case 'b':
                        flags &= ~MSG_DONTWAIT;
                        break;
@@ -93,7 +101,7 @@ index 48e2771..490caa5 100644
                case 'n':
                        flags |= MSG_DONTWAIT;
                        break;
-@@ -613,6 +632,9 @@ static int set_test_opt(char *optarg)
+@@ -613,6 +633,9 @@ static int set_test_opt(char *optarg)
                        flags |= MSG_DONTWAIT;
                } else if (!strncasecmp("verify", optarg, 6)) {
                        verify = 1;
@@ -103,7 +111,7 @@ index 48e2771..490caa5 100644
                } else {
                        return -1;
                }
-@@ -671,6 +693,7 @@ int main(int argc, char **argv)
+@@ -671,6 +694,7 @@ int main(int argc, char **argv)
                        printf("\t    s|sockets - use standard tcp/ip sockets\n");
                        printf("\t    a|async - asynchronous operation (use poll)\n");
                        printf("\t    b|blocking - use blocking calls\n");