summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_cm.c
diff options
context:
space:
mode:
authorSteve Wise2008-05-02 19:57:09 +0200
committerRoland Dreier2008-05-02 19:57:09 +0200
commit77a8d5741f3ee2c79554382179cca7b5893d6ae9 (patch)
treea823edb4ea3319ebce33c288db970c1d02fbb9d5 /drivers/infiniband/hw/cxgb3/iwch_cm.c
parentRDMA/cxgb3: Silently ignore close reply after abort. (diff)
downloadkernel-qcow2-linux-77a8d5741f3ee2c79554382179cca7b5893d6ae9.tar.gz
kernel-qcow2-linux-77a8d5741f3ee2c79554382179cca7b5893d6ae9.tar.xz
kernel-qcow2-linux-77a8d5741f3ee2c79554382179cca7b5893d6ae9.zip
RDMA/cxgb3: Bump up the MPA connection setup timeout.
Testing on large clusters shows its way too short at 10 secs. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb3/iwch_cm.c')
-rw-r--r--drivers/infiniband/hw/cxgb3/iwch_cm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c
index 32e290e5661c..c325c44807e8 100644
--- a/drivers/infiniband/hw/cxgb3/iwch_cm.c
+++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c
@@ -67,10 +67,10 @@ int peer2peer = 0;
module_param(peer2peer, int, 0644);
MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=0)");
-static int ep_timeout_secs = 10;
+static int ep_timeout_secs = 60;
module_param(ep_timeout_secs, int, 0644);
MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
- "in seconds (default=10)");
+ "in seconds (default=60)");
static int mpa_rev = 1;
module_param(mpa_rev, int, 0644);