OSDN Git Service

scsi: fnic: change fnic queue depth to 256
authorSatish Kharat <satishkh@cisco.com>
Tue, 15 Jan 2019 01:09:21 +0000 (17:09 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 23 Jan 2019 02:18:33 +0000 (21:18 -0500)
This patch changes the default lun queuedepth for fnic to 256.

Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic.h

index d094ba5..5c9402c 100644 (file)
@@ -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 */
 
 /*