From: Sean Hefty Date: Tue, 29 May 2012 22:43:12 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c60a5be57ff881a9ca2cdeac8dd806d6591a014e;p=~shefty%2Flibrdmacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index 6feae0ca..1bd43284 100644 --- 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 index 00000000..dffaed3f --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,35 @@ +Bottom: 1f9d8842f5755ce5d759fc64d75318d16d1172d8 +Top: 58cbb60f51d474551a64162d8fcb6c01df074eb3 +Author: Sean Hefty +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)