]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Wed, 19 Dec 2012 18:16:22 +0000 (10:16 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 19 Dec 2012 18:16:22 +0000 (10:16 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 5e4d2efb7e6eb47ac7b120c5e79d0e41f0ae6158..ee1daa8f59ac12a044856703f30c78b537226e94 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: 02b49b8c3a3766d0cd9cee7ed73cb256a9ff897e
-Head: fc1d387204805f609e8f81a9827a43fde914b071
+Previous: 945431d1135f08d4c8f1db26743ee28c36587cdf
+Head: f110faafefe66173898dba53b27290da33179735
 Applied:
   dsocket: 096a4c37a98b2c1bc46e0661ef8604f7a3a7ddc9
   udpong: fc1d387204805f609e8f81a9827a43fde914b071
+  refresh-temp: f110faafefe66173898dba53b27290da33179735
 Unapplied:
   test-udp: f6c78ad2a26f452cf166aff1baa7b76160bd8bf7
   iom-dbg: 88434072d07f8edc58f454ac954d78bd39441eed
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..54aede6
--- /dev/null
@@ -0,0 +1,60 @@
+Bottom: e2b2c3d392d8eb2326d60d38ea68d53984cc2942
+Top:    2ba0685c99aaab7819bb95717eb462a7d2f14053
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-12-19 10:16:22 -0800
+
+Refresh of udpong
+
+---
+
+diff --git a/examples/common.h b/examples/common.h
+index eaffb57..7cf16d2 100644
+--- a/examples/common.h
++++ b/examples/common.h
+@@ -76,6 +76,12 @@ union socket_addr {
+       struct sockaddr_in6     sin6;
+ };
++enum rs_optimization {
++      opt_mixed,
++      opt_latency,
++      opt_bandwidth
++};
++
+ int get_rdma_addr(char *src, char *dst, char *port,
+                 struct rdma_addrinfo *hints, struct rdma_addrinfo **rai);
+diff --git a/examples/riostream.c b/examples/riostream.c
+index 718b20d..a1d3671 100644
+--- a/examples/riostream.c
++++ b/examples/riostream.c
+@@ -73,12 +73,6 @@ static struct test_size_param test_size[] = {
+ };
+ #define TEST_CNT (sizeof test_size / sizeof test_size[0])
+-enum rs_optimization {
+-      opt_mixed,
+-      opt_latency,
+-      opt_bandwidth
+-};
+-
+ static int rs, lrs;
+ static int use_async;
+ static int verify;
+diff --git a/examples/rstream.c b/examples/rstream.c
+index 617710e..a408b9e 100644
+--- a/examples/rstream.c
++++ b/examples/rstream.c
+@@ -73,12 +73,6 @@ static struct test_size_param test_size[] = {
+ };
+ #define TEST_CNT (sizeof test_size / sizeof test_size[0])
+-enum rs_optimization {
+-      opt_mixed,
+-      opt_latency,
+-      opt_bandwidth
+-};
+-
+ static int rs, lrs;
+ static int use_async;
+ static int verify;