Skip to content

Commit 763a18c

Browse files
Dick Kennedymartinkpetersen
authored andcommitted
scsi: lpfc: Change default SCSI LUN QD to 64
The default lun queue depth by the driver has been 30 for many years. However, this value, when used with more recent hardware, has actually throttled some tests that concentrate io on a lun. Increase the default lun queue depth to 64. Queue full handling, reported by the target, remains in effect and unchanged. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dick Kennedy <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c6e085c commit 763a18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/lpfc/lpfc_attr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3805,9 +3805,9 @@ LPFC_VPORT_ATTR_R(enable_da_id, 1, 0, 1,
38053805

38063806
/*
38073807
# lun_queue_depth: This parameter is used to limit the number of outstanding
3808-
# commands per FCP LUN. Value range is [1,512]. Default value is 30.
3808+
# commands per FCP LUN.
38093809
*/
3810-
LPFC_VPORT_ATTR_R(lun_queue_depth, 30, 1, 512,
3810+
LPFC_VPORT_ATTR_R(lun_queue_depth, 64, 1, 512,
38113811
"Max number of FCP commands we can queue to a specific LUN");
38123812

38133813
/*

0 commit comments

Comments
 (0)