From 29abfd4c973ff3d47493e5d665c0992635d27a87 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 4 Oct 2012 12:02:07 -0700 Subject: [PATCH] refresh (create temporary patch) --- meta | 5 +++-- patches/refresh-temp | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 patches/refresh-temp diff --git a/meta b/meta index e0d351a3..7f4779fb 100644 --- a/meta +++ b/meta @@ -1,11 +1,12 @@ Version: 1 -Previous: e997ca5449514cff85969c26dfaa4e096662e4ee -Head: d9e535d185a4869fe6d05841f6f116ff83a05b00 +Previous: 827639b9baef2cc4abe81994b8a8db2d535180db +Head: 26821156201cf8cfc8f2e6c71114b2b8920e8e05 Applied: af-ib-conn: 79a9408f96fbb36a7ef479e8f1568bfd70e1f32d addrtype: ff42af176a48b5f5970d9304a40ce6d3295d36ba ucmatose: 11b3af684d8f4338d48d7238d431c791a89cffdd ucmatose-accept: d9e535d185a4869fe6d05841f6f116ff83a05b00 + refresh-temp: 26821156201cf8cfc8f2e6c71114b2b8920e8e05 Unapplied: dbg-fork: 5679a32af8305db3c0406f9abb961259304a384a dbg-out: 4b4c0572eab77856d8fbb919b1feb8f3502a101a diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 00000000..47fcb9a3 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,33 @@ +Bottom: 456ce6603b09524564a80e7740e40381e5b2f6a8 +Top: 6443f4654d85f13671d58f9637d8bd4822c954b5 +Author: Sean Hefty +Date: 2012-10-04 12:02:06 -0700 + +Refresh of ucmatose-accept + +--- + +diff --git a/examples/cmatose.c b/examples/cmatose.c +index 046d452..ab3e746 100644 +--- a/examples/cmatose.c ++++ b/examples/cmatose.c +@@ -267,7 +267,6 @@ err: + static int connect_handler(struct rdma_cm_id *cma_id) + { + struct cmatest_node *node; +- struct rdma_conn_param conn_param; + int ret; + + if (test.conn_index == connections) { +@@ -287,10 +286,7 @@ static int connect_handler(struct rdma_cm_id *cma_id) + if (ret) + goto err2; + +- memset(&conn_param, 0, sizeof conn_param); +- conn_param.responder_resources = 1; +- conn_param.initiator_depth = 1; +- ret = rdma_accept(node->cma_id, &conn_param); ++ ret = rdma_accept(node->cma_id, NULL); + if (ret) { + perror("cmatose: failure accepting"); + goto err2; -- 2.46.0