]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6fb0e68cf0efc4e0aaeda33cdd178f4296b0f7fa
tree4c5ee6950b15456b0d11c3c36587fa659baf6632
parent11c3bd5aa22bfe1908796c8fd40fb22f209c128f
[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