Skip to content

Commit

Permalink
[SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
andrew.vasquez@qlogic.com authored and James Bottomley committed Jan 14, 2006
1 parent 590f98e commit bc8fb3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3407,6 +3407,8 @@ qla24xx_nvram_config(scsi_qla_host_t *ha)
ha->node_name = icb->node_name;
ha->port_name = icb->port_name;

icb->execution_throttle = __constant_cpu_to_le16(0xFFFF);

ha->retry_count = le16_to_cpu(nv->login_retry_count);

/* Set minimum login_timeout to 4 seconds. */
Expand Down

0 comments on commit bc8fb3c

Please sign in to comment.