projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d4977
)
RDMA/cxgb3: Bump up the MPA connection setup timeout.
author
Steve Wise
<swise@opengridcomputing.com>
Fri, 2 May 2008 17:57:09 +0000
(10:57 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 2 May 2008 17:57:09 +0000
(10:57 -0700)
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>
drivers/infiniband/hw/cxgb3/iwch_cm.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb3/iwch_cm.c
b/drivers/infiniband/hw/cxgb3/iwch_cm.c
index 32e290e5661c6a7908491e41465165b9747358fd..c325c44807e8226b1744796a7463e6aab384e950 100644
(file)
--- 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 =
1
0;
+static int ep_timeout_secs =
6
0;
module_param(ep_timeout_secs, int, 0644);
MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
- "in seconds (default=
1
0)");
+ "in seconds (default=
6
0)");
static int mpa_rev = 1;
module_param(mpa_rev, int, 0644);