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)
commitbfc0bab172cabf3bb25c48c4c521b317ff4a909d
tree8419875d813592dc2f0ae01ff95353f60659a465
parente2ef33fa5958c51ebf0c6f18db19fe927e2185fa
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