projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde6d0f
)
[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS
author
K. Y. Srinivasan
<
[email protected]
>
Tue, 4 Jun 2013 19:05:09 +0000
(12:05 -0700)
committer
James Bottomley
<
[email protected]
>
Mon, 8 Jul 2013 14:23:15 +0000
(15:23 +0100)
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 <
[email protected]
>
Reviewed-by: Haiyang Zhang <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/storvsc_drv.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/storvsc_drv.c
b/drivers/scsi/storvsc_drv.c
index b864e7c3da4b98cc0f2aeafe308f3bc192d3d79a..83ec1aa85964c73c547bc3f3eb2586d3b6d73dc7 100644
(file)
--- a/
drivers/scsi/storvsc_drv.c
+++ b/
drivers/scsi/storvsc_drv.c
@@
-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);