[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS

Increase the value of STORVSC_MAX_IO_REQUESTS to 200 requests. The current
ringbuffer size can support this higher value.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
K. Y. Srinivasan 2013-06-04 12:05:09 -07:00 committed by James Bottomley
parent bde6d0f987
commit bb6a4df6db
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ MODULE_PARM_DESC(storvsc_ringbuffer_size, "Ring buffer size (bytes)");
*/
static int storvsc_timeout = 180;
#define STORVSC_MAX_IO_REQUESTS 128
#define STORVSC_MAX_IO_REQUESTS 200
static void storvsc_on_channel_callback(void *context);