From: Satish Kharat Date: Tue, 15 Jan 2019 01:09:21 +0000 (-0800) Subject: scsi: fnic: change fnic queue depth to 256 X-Git-Tag: v5.1-rc1~85^2~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c55262649a823a1d1c9ea37e7403ea3edd2b9c3;p=thirdparty%2Fkernel%2Flinux.git scsi: fnic: change fnic queue depth to 256 This patch changes the default lun queuedepth for fnic to 256. Signed-off-by: Satish Kharat Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index d094ba59ed156..5c9402c811c9d 100644 --- a/drivers/scsi/fnic/fnic.h +++ b/drivers/scsi/fnic/fnic.h @@ -49,7 +49,7 @@ #define FNIC_MAX_IO_REQ 1024 /* scsi_cmnd tag map entries */ #define FNIC_DFLT_IO_REQ 256 /* Default scsi_cmnd tag map entries */ #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ -#define FNIC_DFLT_QUEUE_DEPTH 32 +#define FNIC_DFLT_QUEUE_DEPTH 256 #define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */ /*