]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Tue, 29 May 2012 22:43:12 +0000 (15:43 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 29 May 2012 22:43:12 +0000 (15:43 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 6feae0ca893d5da69527e2178caa90d5e9c1e0ea..1bd432847321bcb6f5765fcc67aca3482034408e 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: 74e1b831024dabad0b8c555da2bdf77f22fac7b1
-Head: ed2de52dff618ce44c3a27c66c93e290e59c3740
+Previous: b1705d4382bb4b0a1ea456469b8fda49ee2e124e
+Head: 287307b2a1dbce1e5726c3d393246a926b2f4298
 Applied:
   destroy_cqs: 66410c265b2661e16b7f6126bcc4ea5c7e1af1bd
   conn-err: ac46465ae6061b06f005ba9b49b371c9eb0d2325
@@ -18,6 +18,7 @@ Applied:
   rstream-bufsize: c6faa18bc246817c759475f4b44221555a4e892b
   rstream-snprint: 8990bca0ef5a5055b1bc0b7b9ba83fb5dee3abd3
   rstream-opt: ed2de52dff618ce44c3a27c66c93e290e59c3740
+  refresh-temp: 287307b2a1dbce1e5726c3d393246a926b2f4298
 Unapplied:
   rs-1sge: 85e4c4a0da0b501b60a1035d7a003ee20a749511
   rs-def-inline: 6ad70d3b80178e40fea97f662a6b31e51cddc0af
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..dffaed3
--- /dev/null
@@ -0,0 +1,35 @@
+Bottom: 1f9d8842f5755ce5d759fc64d75318d16d1172d8
+Top:    58cbb60f51d474551a64162d8fcb6c01df074eb3
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-05-29 15:43:12 -0700
+
+Refresh of rstream-opt
+
+---
+
+diff --git a/examples/rstream.c b/examples/rstream.c
+index 123f1a1..a863819 100644
+--- a/examples/rstream.c
++++ b/examples/rstream.c
+@@ -543,7 +543,6 @@ static int run(void)
+              "name", "bytes", "xfers", "iters", "total", "time", "Gb/sec", "usec/xfer");
+       if (!custom) {
+               optimization = opt_latency;
+-optimization = opt_bandwidth;
+               ret = dst_addr ? client_connect() : server_connect();
+               if (ret)
+                       goto free;
+@@ -552,13 +551,11 @@ optimization = opt_bandwidth;
+                       if (test_size[i].option > size_option)
+                               continue;
+                       init_latency_test(test_size[i].size);
+-init_bandwidth_test(test_size[i].size);
+                       run_test();
+               }
+               rs_shutdown(rs, SHUT_RDWR);
+               rs_close(rs);
+-sleep(1);
+               optimization = opt_bandwidth;
+               ret = dst_addr ? client_connect() : server_connect();
+               if (ret)