forked from Minki/linux
5998983113
Problem report (against 2.4.x driver) from Jeff Layton <jlayton@redhat.com>: An OEM noticed that the U6 qla2200 driver would hang for around 2 minutes at boot time and then proceed normally. I found that the delay was occurring when loading the new firmware into the card, and was due to a schedule_timeout(10) added to the bottom of the polling loop. Some testing showed that the load ram operation on the card was very quick (on the order of a couple of jiffies), but the sleep in the polling loop was making each operation take around 25-30. The attached patch corrects this by making it skip sleeping during the load ram operation, since I believe we only do that when the module is plugged in. It also skips sleeping if the mbox_int flag got set during the current loop. This corrected the hang on my test setup, and OEM also confirmed that it corrected the problem for them. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ql2100_fw.c | ||
ql2100.c | ||
ql2200_fw.c | ||
ql2200.c | ||
ql2300_fw.c | ||
ql2300.c | ||
ql2322_fw.c | ||
ql2322.c | ||
ql2400_fw.c | ||
ql2400.c | ||
ql6312_fw.c | ||
ql6312.c | ||
qla_attr.c | ||
qla_dbg.c | ||
qla_dbg.h | ||
qla_def.h | ||
qla_devtbl.h | ||
qla_fw.h | ||
qla_gbl.h | ||
qla_gs.c | ||
qla_init.c | ||
qla_inline.h | ||
qla_iocb.c | ||
qla_isr.c | ||
qla_mbx.c | ||
qla_os.c | ||
qla_rscn.c | ||
qla_settings.h | ||
qla_sup.c | ||
qla_version.h |