]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.drivers/ibmvfc_default_timeout.patch
Reenabled linux-xen and xen-image build
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / ibmvfc_default_timeout.patch
CommitLineData
00e5a55c
BS
1Subject: Increase cancel timeout
2From: Brian King <brking@linux.vnet.ibm.com>
3References: 472645 - LTC51429
4
5During cancel testing it has been shown that 15 seconds is not
6nearly long enough for the VIOS to respond to a cancel under
7loaded situations. Increasing this timeout to 60 seconds allows
8time for the VIOS to cancel the outstanding commands and prevents
9us from escalating to a full host reset, which can take much longer.
10
11Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
12Signed-off-by: Olaf Hering <olh@suse.de>
13---
14
15 drivers/scsi/ibmvscsi/ibmvfc.h | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18--- a/drivers/scsi/ibmvscsi/ibmvfc.h
19+++ b/drivers/scsi/ibmvscsi/ibmvfc.h
20@@ -32,7 +32,7 @@
21 #define IBMVFC_DRIVER_VERSION "1.0.4"
22 #define IBMVFC_DRIVER_DATE "(November 14, 2008)"
23
24-#define IBMVFC_DEFAULT_TIMEOUT 15
25+#define IBMVFC_DEFAULT_TIMEOUT 60
26 #define IBMVFC_INIT_TIMEOUT 120
27 #define IBMVFC_MAX_REQUESTS_DEFAULT 100
28