From: <vmohan@brocade.com>
To: linux-scsi@vger.kernel.org
Cc: agurumur@brocade.com, james.bottomley@hansenpartnership.com
Subject: [PATCH 8/8] bfa: Driver version upgrade to 3.2.23.0
Date: Tue, 19 Nov 2013 23:05:46 -0800 [thread overview]
Message-ID: <1384931146-3702-9-git-send-email-vmohan@brocade.com> (raw)
In-Reply-To: <1384931146-3702-1-git-send-email-vmohan@brocade.com>
From: Vijaya Mohan Guvva <vmohan@brocade.com>
Patch includes changes to upgrade bfa driver version to 3.2.23.0 and use
firmware version 3.2.3.0
Signed-off-by: Vijaya Mohan Guvva <vmohan@brocade.com>
---
drivers/scsi/bfa/bfad.c | 6 +++---
drivers/scsi/bfa/bfad_drv.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/scsi/bfa/bfad.c b/drivers/scsi/bfa/bfad.c
index bd17757..e85926c 100644
--- a/drivers/scsi/bfa/bfad.c
+++ b/drivers/scsi/bfa/bfad.c
@@ -63,9 +63,9 @@ int max_rport_logins = BFA_FCS_MAX_RPORT_LOGINS;
u32 bfi_image_cb_size, bfi_image_ct_size, bfi_image_ct2_size;
u32 *bfi_image_cb, *bfi_image_ct, *bfi_image_ct2;
-#define BFAD_FW_FILE_CB "cbfw-3.2.1.1.bin"
-#define BFAD_FW_FILE_CT "ctfw-3.2.1.1.bin"
-#define BFAD_FW_FILE_CT2 "ct2fw-3.2.1.1.bin"
+#define BFAD_FW_FILE_CB "cbfw-3.2.3.0.bin"
+#define BFAD_FW_FILE_CT "ctfw-3.2.3.0.bin"
+#define BFAD_FW_FILE_CT2 "ct2fw-3.2.3.0.bin"
static u32 *bfad_load_fwimg(struct pci_dev *pdev);
static void bfad_free_fwimg(void);
diff --git a/drivers/scsi/bfa/bfad_drv.h b/drivers/scsi/bfa/bfad_drv.h
index cf56d3d..8b97877 100644
--- a/drivers/scsi/bfa/bfad_drv.h
+++ b/drivers/scsi/bfa/bfad_drv.h
@@ -57,7 +57,7 @@
#ifdef BFA_DRIVER_VERSION
#define BFAD_DRIVER_VERSION BFA_DRIVER_VERSION
#else
-#define BFAD_DRIVER_VERSION "3.2.21.1"
+#define BFAD_DRIVER_VERSION "3.2.23.0"
#endif
#define BFAD_PROTO_NAME FCPI_NAME
--
1.8.2.1
prev parent reply other threads:[~2013-11-20 7:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 7:05 [PATCH 0/8] bfa driver update to v3.2.23.0 vmohan
2013-11-20 7:05 ` [PATCH 1/8] bfa: Firmware patch simplification vmohan
2013-11-20 7:05 ` [PATCH 2/8] bfa: Register port with SCSI even on port init failure vmohan
2013-11-20 7:05 ` [PATCH 3/8] bfa: LUN discovery issue in direct attach mode vmohan
2013-11-20 7:05 ` [PATCH 4/8] bfa: Fix for bcu or hcm faa query hang vmohan
2013-11-20 7:05 ` [PATCH 5/8] bfa: Observed auto D-port mode instead of manual vmohan
2013-11-20 7:05 ` [PATCH 6/8] bfa: change FC_ELS_TOV to 20sec vmohan
2013-11-20 7:05 ` [PATCH 7/8] bfa: Fix crash when symb name set for offline vport vmohan
2013-12-03 14:33 ` James Bottomley
2013-12-03 14:38 ` Vijaya Mohan Guvva
2013-12-03 14:42 ` James Bottomley
2013-11-20 7:05 ` vmohan [this message]
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=1384931146-3702-9-git-send-email-vmohan@brocade.com \
--to=vmohan@brocade.com \
--cc=agurumur@brocade.com \
--cc=james.bottomley@hansenpartnership.com \
--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).