From: Sean Hefty Date: Fri, 31 Aug 2012 23:12:29 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4efbc0b3f5c64e295b346a9dde5cfcb2287e6c35;p=~shefty%2Flibrdmacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index 88e7d953..867513b2 100644 --- 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 index 00000000..4b52e59e --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,31 @@ +Bottom: ca95bafdf74ce1818fb79ea0e1828bdd2b019d5d +Top: 543a5d8863f546b742cf34435f7e1dd649ef9381 +Author: Sean Hefty +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;