From a5a4d5ca6c36a7f867d993d76518f313bb9617ba Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 11 Feb 2012 10:29:22 +0000 Subject: [PATCH] ib_srpt: Increase RDMA_COMPL_TIMEOUT_S in order to avoid that the IB completion timeout fires too early on flaky motherboards git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4122 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 2a5afacd8..a61fad854 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -127,7 +127,7 @@ enum { DEFAULT_MAX_RDMA_SIZE = 65536, - RDMA_COMPL_TIMEOUT_S = 80, + RDMA_COMPL_TIMEOUT_S = 600, }; enum srpt_opcode {