From: Chad Dupuis <chad.dupuis@qlogic.com>
To: linux-scsi@vger.kernel.org, hch@lst.de
Cc: giridhar.malavali@qlogic.com
Subject: [PATCH] bnx2fc: Set no_async_abort to 1 in SCSI host template.
Date: Tue, 5 Aug 2014 15:45:53 -0400 [thread overview]
Message-ID: <1407267953-26618-1-git-send-email-chad.dupuis@qlogic.com> (raw)
Set this to 1 for now as we've observed crashes when this is set to the default
value of 0.
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
---
drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 785d0d7..4882ad6 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@ -2789,6 +2789,7 @@ static struct scsi_host_template bnx2fc_shost_template = {
.use_clustering = ENABLE_CLUSTERING,
.sg_tablesize = BNX2FC_MAX_BDS_PER_CMD,
.max_sectors = 1024,
+ .no_async_abort = 1,
};
static struct libfc_function_template bnx2fc_libfc_fcn_templ = {
--
1.7.1
next reply other threads:[~2014-08-05 20:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 19:45 Chad Dupuis [this message]
2014-08-05 20:38 ` [PATCH] bnx2fc: Set no_async_abort to 1 in SCSI host template Venkatesh Srinivas
2014-08-05 21:02 ` Chad Dupuis
2014-08-06 19:17 ` Christoph Hellwig
2014-08-06 20:01 ` Chad Dupuis
2014-08-07 6:43 ` Christoph Hellwig
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=1407267953-26618-1-git-send-email-chad.dupuis@qlogic.com \
--to=chad.dupuis@qlogic.com \
--cc=giridhar.malavali@qlogic.com \
--cc=hch@lst.de \
--cc=linux-scsi@vger.kernel.org \
/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).