From: Sean Hefty Date: Thu, 4 Oct 2012 18:55:29 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=aa8c713a1b2c85ddf1fad29d4b1b937ee3adb53f;p=~shefty%2Flibrdmacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index e292bd7d..024c687d 100644 --- a/meta +++ b/meta @@ -1,10 +1,11 @@ Version: 1 -Previous: e8a94c69165d72c89711b6ef8e6a2b0f0b9b3107 -Head: b7c0d6fa456b89ef69335c043075ef8142e7787b +Previous: 69214c779605f8808e9be99f41cb38ad8ca4847d +Head: 64568300f5f83c084f566b641b7d636f239bae52 Applied: af-ib-conn: 79a9408f96fbb36a7ef479e8f1568bfd70e1f32d addrtype: ff42af176a48b5f5970d9304a40ce6d3295d36ba ucmatose: b7c0d6fa456b89ef69335c043075ef8142e7787b + refresh-temp: 64568300f5f83c084f566b641b7d636f239bae52 Unapplied: dbg-fork: 5679a32af8305db3c0406f9abb961259304a384a dbg-out: 4b4c0572eab77856d8fbb919b1feb8f3502a101a diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 00000000..3391d80b --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,37 @@ +Bottom: 292961092e4e0812d3138390081aa46cab16ba2b +Top: 456ce6603b09524564a80e7740e40381e5b2f6a8 +Author: Sean Hefty +Date: 2012-10-04 11:55:29 -0700 + +Refresh of ucmatose + +--- + +diff --git a/examples/cmatose.c b/examples/cmatose.c +index 8ca2d88..046d452 100644 +--- a/examples/cmatose.c ++++ b/examples/cmatose.c +@@ -212,7 +212,6 @@ static int post_sends(struct cmatest_node *node) + + static void connect_error(void) + { +- test.disconnects_left--; + test.connects_left--; + } + +@@ -324,6 +323,7 @@ static int cma_handler(struct rdma_cm_id *cma_id, struct rdma_cm_event *event) + case RDMA_CM_EVENT_ESTABLISHED: + ((struct cmatest_node *) cma_id->context)->connected = 1; + test.connects_left--; ++ test.disconnects_left++; + break; + case RDMA_CM_EVENT_ADDR_ERROR: + case RDMA_CM_EVENT_ROUTE_ERROR: +@@ -704,7 +704,6 @@ int main(int argc, char **argv) + } + + test.connects_left = connections; +- test.disconnects_left = connections; + + test.channel = rdma_create_event_channel(); + if (!test.channel) {