Commit 4825034a authored by Quinn Tran's avatar Quinn Tran Committed by Martin K. Petersen

scsi: qla2xxx: Change default ZIO threshold.

Change default ZIO threshold to an optimized value.
Signed-off-by: default avatarQuinn Tran <quinn.tran@cavium.com>
Signed-off-by: default avatarHimanshu Madhani <hmadhani@marvell.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 590f806d
...@@ -4220,7 +4220,7 @@ struct qla_hw_data { ...@@ -4220,7 +4220,7 @@ struct qla_hw_data {
atomic_t zio_threshold; atomic_t zio_threshold;
uint16_t last_zio_threshold; uint16_t last_zio_threshold;
#define DEFAULT_ZIO_THRESHOLD 64 #define DEFAULT_ZIO_THRESHOLD 5
}; };
#define FW_ABILITY_MAX_SPEED_MASK 0xFUL #define FW_ABILITY_MAX_SPEED_MASK 0xFUL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment