• Mark Salyzyn's avatar
    [SCSI] pm8001: raise host can queue · 99c72ebc
    Mark Salyzyn authored
    This is a followup to a patch provided by Jack Wang on September 21 2011.
    
    After increasing the CAN_QUEUE to 510 in pm8001 we discovered some performance
    degredation from time to time. We needed to increase the MPI queue to
    compensate and ensure we never hit that limit. We also needed to double
    the margin to support event and administrivial commands that take from
    the pool resulting in an occasional largely unproductive command completion
    with soft error to the caller when the command pool is overloaded temporarily.
    Signed-off-by: default avatarMark Salyzyn <mark_salyzyn@xyratex.com>
    Acked-by: default avatarJack Wang <jack_wang@usish.com>
    Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
    99c72ebc
pm8001_init.c 25.5 KB