mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
scsi: ibmvfc: Enable MQ and set reasonable defaults
Turn on MQ by default and set sane values for the upper limit on hw queues for the SCSI host, and number of hw SCSI channels to request from the partner VIOS. Link: https://lore.kernel.org/r/20210114203148.246656-21-tyreld@linux.ibm.com Reviewed-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: Tyrel Datwyler <tyreld@linux.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
7eb3ccd884
commit
9000cb998b
@ -41,9 +41,9 @@
|
||||
#define IBMVFC_DEFAULT_LOG_LEVEL 2
|
||||
#define IBMVFC_MAX_CDB_LEN 16
|
||||
#define IBMVFC_CLS3_ERROR 0
|
||||
#define IBMVFC_MQ 0
|
||||
#define IBMVFC_SCSI_CHANNELS 0
|
||||
#define IBMVFC_SCSI_HW_QUEUES 1
|
||||
#define IBMVFC_MQ 1
|
||||
#define IBMVFC_SCSI_CHANNELS 8
|
||||
#define IBMVFC_SCSI_HW_QUEUES 8
|
||||
#define IBMVFC_MIG_NO_SUB_TO_CRQ 0
|
||||
#define IBMVFC_MIG_NO_N_TO_M 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user