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

diff --git a/meta b/meta
index 88e7d9538c6c52e84a90f995320f7a0e35b2972b..867513b26766ac6ad0dd5a83dc79fb590a0ffae8 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,13 @@
 Version: 1
-Previous: 1dce67380f087cca46b29bef4a5ed20b8690b898
-Head: 505898c499645cd792a1b61d396bfd4eaf4e9625
+Previous: 7e9f1a7170daef94f39d18fc943d475fd6b5a1b0
+Head: 3a65525a0cd52ba1127f4e830ba365f7f9edf373
 Applied:
   sa_family: 79ecff9afd483c22821eca679e7ed668035ab4c1
   af_ib: ed14c624d882d21df3e2d0c022cffab0b7f664b9
   ren-copy-rai: a7ae817991416863772d28d97839ee8daeefb07e
   addrinfo-af-ib: cd7d0a0ee1c2855bbeddd308948c50c884eec6d8
   addrtype: 505898c499645cd792a1b61d396bfd4eaf4e9625
+  refresh-temp: 3a65525a0cd52ba1127f4e830ba365f7f9edf373
 Unapplied:
   dbg-fork: 5679a32af8305db3c0406f9abb961259304a384a
   dbg-out: 4b4c0572eab77856d8fbb919b1feb8f3502a101a
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..4b52e59
--- /dev/null
@@ -0,0 +1,31 @@
+Bottom: ca95bafdf74ce1818fb79ea0e1828bdd2b019d5d
+Top:    543a5d8863f546b742cf34435f7e1dd649ef9381
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-08-31 16:12:29 -0700
+
+Refresh of addrtype
+
+---
+
+diff --git a/examples/cmatose.c b/examples/cmatose.c
+index 167f509..8ca2d88 100644
+--- a/examples/cmatose.c
++++ b/examples/cmatose.c
+@@ -390,7 +390,7 @@ static int alloc_nodes(void)
+               if (dst_addr) {
+                       ret = rdma_create_id(test.channel,
+                                            &test.nodes[i].cma_id,
+-                                           &test.nodes[i], RDMA_PS_TCP);
++                                           &test.nodes[i], hints.ai_port_space);
+                       if (ret)
+                               goto err;
+               }
+@@ -505,7 +505,7 @@ static int run_server(void)
+       int i, ret;
+       printf("cmatose: starting server\n");
+-      ret = rdma_create_id(test.channel, &listen_id, &test, RDMA_PS_TCP);
++      ret = rdma_create_id(test.channel, &listen_id, &test, hints.ai_port_space);
+       if (ret) {
+               perror("cmatose: listen request failed");
+               return ret;