diff options
author | Quinn Tran <[email protected]> | 2019-01-24 23:23:41 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-02-05 21:41:16 -0500 |
commit | 4825034afba894cc2533e91ff411bfd5b49a632c (patch) | |
tree | 3fcb09311ef610b0beb3c5f06a1182fc9d1a2cec | |
parent | 590f806ddd2e4d44dca9d73cbe08d2088a453a71 (diff) |
scsi: qla2xxx: Change default ZIO threshold.
Change default ZIO threshold to an optimized value.
Signed-off-by: Quinn Tran <[email protected]>
Signed-off-by: Himanshu Madhani <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 8858bb1ea1b2..80acf30fd8a5 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -4220,7 +4220,7 @@ struct qla_hw_data { atomic_t zio_threshold; uint16_t last_zio_threshold; -#define DEFAULT_ZIO_THRESHOLD 64 +#define DEFAULT_ZIO_THRESHOLD 5 }; #define FW_ABILITY_MAX_SPEED_MASK 0xFUL |