]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
scsi: qedf: Increase the upper limit of retry delay
authorJaved Hasan <jhasan@marvell.com>
Thu, 16 Apr 2020 08:43:07 +0000 (01:43 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Apr 2020 21:55:24 +0000 (17:55 -0400)
Max time to hold the IO in case of SAM_STAT_TASK_SET_FULL or SAM_STAT_BUSY.

Link: https://lore.kernel.org/r/20200416084314.18851-3-skashyap@marvell.com
Signed-off-by: Javed Hasan <jhasan@marvell.com>
Signed-off-by: Saurav Kashyap <skashyap@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qedf/qedf.h

index 042ebf6aea352b2f825ff0948f003fecdfdfe4f0..aaa2ac95ea23ab07b2c23937443ea930b16f11c9 100644 (file)
@@ -470,7 +470,7 @@ extern uint qedf_dump_frames;
 extern uint qedf_io_tracing;
 extern uint qedf_stop_io_on_error;
 extern uint qedf_link_down_tmo;
-#define QEDF_RETRY_DELAY_MAX           20 /* 2 seconds */
+#define QEDF_RETRY_DELAY_MAX           600 /* 60 seconds */
 extern bool qedf_retry_delay;
 extern uint qedf_debug;