Skip to content

Commit 4825034

Browse files
Quinn Tranmartinkpetersen
authored andcommitted
scsi: qla2xxx: Change default ZIO threshold.
Change default ZIO threshold to an optimized value. Signed-off-by: Quinn Tran <quinn.tran@cavium.com> Signed-off-by: Himanshu Madhani <hmadhani@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 590f806 commit 4825034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4220,7 +4220,7 @@ struct qla_hw_data {
42204220

42214221
atomic_t zio_threshold;
42224222
uint16_t last_zio_threshold;
4223-
#define DEFAULT_ZIO_THRESHOLD 64
4223+
#define DEFAULT_ZIO_THRESHOLD 5
42244224
};
42254225

42264226
#define FW_ABILITY_MAX_SPEED_MASK 0xFUL

0 commit comments

Comments
 (0)