From 7596ffd7dd7e8d477d0f45ba2933e80b88ba5984 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 7 May 2012 14:59:57 +0000 Subject: [PATCH] ib_srpt: Reduce RDMA_COMPL_TIMEOUT_S back to its original value now that read and write processing happens again on the context of the SCST command threads instead of the srpt completion thread git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4289 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 8653f8a96..9fff97cfe 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 = 600, + RDMA_COMPL_TIMEOUT_S = 80, }; enum srpt_opcode {