From: <vikas.chaudhary@qlogic.com>
To: jbottomley@parallels.com, michaelc@cs.wisc.edu
Cc: linux-scsi@vger.kernel.org, vikas.chaudhary@qlogic.com,
lalit.chandivade@qlogic.com, Tej Parkash <tej.parkash@qlogic.com>
Subject: [PATCH 01/10] qla4xxx: Do not wait for IO completion, after issuing stop_firmware
Date: Mon, 24 Feb 2014 22:06:56 -0500 [thread overview]
Message-ID: <1393297625-928-2-git-send-email-vikas.chaudhary@qlogic.com> (raw)
In-Reply-To: <1393297625-928-1-git-send-email-vikas.chaudhary@qlogic.com>
From: Tej Parkash <tej.parkash@qlogic.com>
Problem:
iSCSI stop_firmware mailbox command is not completing outstanding IO.
Solution:
Do not wait for IO completion after issuing stop_firmware mailbox
command
Signed-off-by: Tej Parkash <tej.parkash@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
---
drivers/scsi/qla4xxx/ql4_os.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 459b9f7..2e95be4 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -4862,9 +4862,6 @@ static int qla4xxx_recover_adapter(struct scsi_qla_host *ha)
ha->host_no, __func__));
status = ha->isp_ops->reset_firmware(ha);
if (status == QLA_SUCCESS) {
- if (!test_bit(AF_FW_RECOVERY, &ha->flags))
- qla4xxx_cmd_wait(ha);
-
ha->isp_ops->disable_intrs(ha);
qla4xxx_process_aen(ha, FLUSH_DDB_CHANGED_AENS);
qla4xxx_abort_active_cmds(ha, DID_RESET << 16);
--
1.8.2.GIT
next prev parent reply other threads:[~2014-02-25 3:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 3:06 [PATCH 00/10] qla4xxx: 5.04.00-k5: Updates for scsi "misc" branch vikas.chaudhary
2014-02-25 3:06 ` vikas.chaudhary [this message]
2014-03-28 1:06 ` [PATCH 01/10] qla4xxx: Do not wait for IO completion, after issuing stop_firmware Mike Christie
2014-03-28 2:03 ` Tej Parkash
2014-02-25 3:06 ` [PATCH 02/10] qla4xxx: Change default capture to firmware defined capture mask vikas.chaudhary
2014-02-25 3:06 ` [PATCH 03/10] qla4xxx: Add support of 0xFF capture mask for minidump vikas.chaudhary
2014-02-25 3:06 ` [PATCH 04/10] qla4xxx: Added new opcodes for 84XX Minidump template vikas.chaudhary
2014-02-25 3:07 ` [PATCH 05/10] qla4xxx: Added PEX DMA Support for ISP8022 Adapter vikas.chaudhary
2014-02-25 3:07 ` [PATCH 06/10] qla4xxx: qla4xxx: Move qla4_8xxx_ms_mem_write_128b to ql4_nx.c vikas.chaudhary
2014-02-25 3:07 ` [PATCH 07/10] qla4xxx: Check for correct return status vikas.chaudhary
2014-02-25 3:07 ` [PATCH 08/10] qla4xxx: Initialize hardware queue for ISP40XX vikas.chaudhary
2014-02-25 3:07 ` [PATCH 09/10] qla4xxx: Fix memory leak in func qla4_84xx_config_acb() vikas.chaudhary
2014-03-31 5:39 ` Mike Christie
2014-02-25 3:07 ` [PATCH 10/10] qla4xxx: Update driver version to 5.04.00-k5 vikas.chaudhary
2014-05-08 21:27 ` [PATCH 00/10] qla4xxx: 5.04.00-k5: Updates for scsi "misc" branch Mike Christie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393297625-928-2-git-send-email-vikas.chaudhary@qlogic.com \
--to=vikas.chaudhary@qlogic.com \
--cc=jbottomley@parallels.com \
--cc=lalit.chandivade@qlogic.com \
--cc=linux-scsi@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
--cc=tej.parkash@qlogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).