lkml.org 
[lkml]   [2013]   [May]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V1 7/7] Drivers: scsi: storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS
    Date
    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>
    ---
    drivers/scsi/storvsc_drv.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
    index 124cf0b..e2ab7cd 100644
    --- a/drivers/scsi/storvsc_drv.c
    +++ b/drivers/scsi/storvsc_drv.c
    @@ -328,7 +328,7 @@ static int storvsc_timeout = 180;
    module_param(storvsc_timeout, uint, (S_IRUGO | S_IWUSR));
    MODULE_PARM_DESC(storvsc_timeout, "Device timeout (seconds)");

    -#define STORVSC_MAX_IO_REQUESTS 128
    +#define STORVSC_MAX_IO_REQUESTS 200

    static void storvsc_on_channel_callback(void *context);

    --
    1.7.4.1


    \
     
     \ /
      Last update: 2013-05-16 15:21    [W:3.327 / U:0.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site