[SCSI] hpsa: use multiple reply queues
authorMatt Gates <matthew.gates@hp.com>
Tue, 1 May 2012 16:43:06 +0000 (11:43 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 10 May 2012 08:16:25 +0000 (09:16 +0100)
commit254f796b9f22b1944c64caabc356a56caaa2facd
tree4c5ee6950b15456b0d11c3c36587fa659baf6632
parent1d94f94d89848762306b4a8bd5e658c11828ab12
[SCSI] hpsa: use multiple reply queues

Smart Arrays can support multiple reply queues onto which command
completions may be deposited.  It can help performance quite a bit
to arrange for command completions to be processed on the same CPU
from which they were submitted to increase the likelihood of cache
hits.

Signed-off-by: Matt Gates <matthew.gates@hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c
drivers/scsi/hpsa.h
drivers/scsi/hpsa_cmd.h
This page took 0.028172 seconds and 5 git commands to generate.