Blame SOURCES/0005-scsi-scsi-qla2xxx-Change-default-ZIO-threshold.patch

3c6e85
From f5a5b4ed97406ad595a0d511f50e7273a49a9fef Mon Sep 17 00:00:00 2001
3c6e85
From: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Date: Thu, 1 Aug 2019 15:54:25 -0400
3c6e85
Subject: [PATCH 005/124] [scsi] scsi: qla2xxx: Change default ZIO threshold
3c6e85
3c6e85
Message-id: <20190801155618.12650-6-hmadhani@redhat.com>
3c6e85
Patchwork-id: 267779
3c6e85
O-Subject: [RHEL 7.8 e-stor PATCH 005/118] scsi: qla2xxx: Change default ZIO threshold.
3c6e85
Bugzilla: 1729270
3c6e85
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
3c6e85
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
3c6e85
3c6e85
From: Quinn Tran <quinn.tran@cavium.com>
3c6e85
3c6e85
Bugzilla 1729270
3c6e85
3c6e85
Change default ZIO threshold to an optimized value.
3c6e85
3c6e85
Signed-off-by: Quinn Tran <quinn.tran@cavium.com>
3c6e85
Signed-off-by: Himanshu Madhani <hmadhani@marvell.com>
3c6e85
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
3c6e85
(cherry picked from commit 4825034afba894cc2533e91ff411bfd5b49a632c)
3c6e85
Signed-off-by: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Signed-off-by: Jan Stancek <jstancek@redhat.com>
3c6e85
---
3c6e85
 drivers/scsi/qla2xxx/qla_def.h | 2 +-
3c6e85
 1 file changed, 1 insertion(+), 1 deletion(-)
3c6e85
3c6e85
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h
3c6e85
index 39de2d91988e..5e580b4c6ae2 100644
3c6e85
--- a/drivers/scsi/qla2xxx/qla_def.h
3c6e85
+++ b/drivers/scsi/qla2xxx/qla_def.h
3c6e85
@@ -4227,7 +4227,7 @@ struct qla_hw_data {
3c6e85
 
3c6e85
 	atomic_t zio_threshold;
3c6e85
 	uint16_t last_zio_threshold;
3c6e85
-#define DEFAULT_ZIO_THRESHOLD 64
3c6e85
+#define DEFAULT_ZIO_THRESHOLD 5
3c6e85
 };
3c6e85
 
3c6e85
 #define FW_ABILITY_MAX_SPEED_MASK	0xFUL
3c6e85
-- 
3c6e85
2.13.6
3c6e85