From c83af071b613ba69faeeddaab6280c210bcb6469 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 5 Mar 2012 21:21:22 +0000 Subject: [PATCH] Looks like current kernels are more fair, so we can try to increase SCST_MAX_TGT_DEV_COMMANDS to please QD hungry initiators git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4154 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index 5b9717a50..98c5030d8 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -98,7 +98,7 @@ extern unsigned long scst_trace_flag; ** Maximum count of uncompleted commands that an initiator could ** queue on any device. Then it will start getting TASK QUEUE FULL status. **/ -#define SCST_MAX_TGT_DEV_COMMANDS 48 +#define SCST_MAX_TGT_DEV_COMMANDS 64 /** ** Maximum count of uncompleted commands that could be queued on any device.