]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: cxlflash: Support multiple hardware queues
authorUma Krishnan <ukrishn@linux.vnet.ibm.com>
Wed, 12 Apr 2017 19:15:42 +0000 (14:15 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 14 Apr 2017 02:55:42 +0000 (22:55 -0400)
commit9b66ff36b74ea24145686860493f2c73c0a1ade1
tree8419875d813592dc2f0ae01ff95353f60659a465
parent3615b4db90ece46563f11449355fd41d6a37af0c
scsi: cxlflash: Support multiple hardware queues

Introduce multiple hardware queues to improve legacy I/O path performance.
Each hardware queue is comprised of a master context and associated I/O
resources. The hardware queues are initially implemented as a static array
embedded in the AFU. This will be transitioned to a dynamic allocation in a
later series to improve the memory footprint of the driver.

Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxlflash/common.h
drivers/scsi/cxlflash/main.c
drivers/scsi/cxlflash/superpipe.c