Skip to content

Commit bc8fb3c

Browse files
avasquez01James Bottomley
authored andcommitted
[SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.
Similarly to other ISPs, set execution throttle to maximum allowed value since 'throttling' is done on a per-lun basis via queue-depth. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 590f98e commit bc8fb3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/scsi/qla2xxx/qla_init.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3407,6 +3407,8 @@ qla24xx_nvram_config(scsi_qla_host_t *ha)
34073407
ha->node_name = icb->node_name;
34083408
ha->port_name = icb->port_name;
34093409

3410+
icb->execution_throttle = __constant_cpu_to_le16(0xFFFF);
3411+
34103412
ha->retry_count = le16_to_cpu(nv->login_retry_count);
34113413

34123414
/* Set minimum login_timeout to 4 seconds. */

0 commit comments

Comments
 (0)