From 9e351f3dba8f2e3a3add12ea48a0dccd5434adb6 Mon Sep 17 00:00:00 2001 From: Steve Wise Date: Fri, 2 May 2008 10:57:09 -0700 Subject: [PATCH] --- yaml --- r: 96055 b: refs/heads/master c: 77a8d5741f3ee2c79554382179cca7b5893d6ae9 h: refs/heads/master i: 96053: 464025c33c792fdcf980fac5c0f0894a7faf278a 96051: 9af07746407b3834010e4259609e7f6d26c118ba 96047: bc5d189f90ee077510db64a0a59065836722253e v: v3 --- [refs] | 2 +- trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4588a13e0e2b..20a305462ff4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4d49776e8f5bf2d900d2b6d4855c1670a535ac5 +refs/heads/master: 77a8d5741f3ee2c79554382179cca7b5893d6ae9 diff --git a/trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c b/trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c index 32e290e5661c..c325c44807e8 100644 --- a/trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c +++ b/trunk/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);