Skip to content

Commit 96b8e1a

Browse files
Dmitry Kravkovdavem330
Dmitry Kravkov
authored andcommitted
bnx2x: Update firmware to 6.2.9
To fix bugs when running offloaded FCoE/iSCSI traffic in multiple Class of Service environments. In some scenarios, traffic could stop on certain rings and eventually all traffic would stop. Signed-off-by: Dmitry Kravkov <[email protected]> Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c0951cb commit 96b8e1a

9 files changed

+38158
-38128
lines changed

drivers/net/bnx2x/bnx2x_hsi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ struct host_func_stats {
19291929

19301930
#define BCM_5710_FW_MAJOR_VERSION 6
19311931
#define BCM_5710_FW_MINOR_VERSION 2
1932-
#define BCM_5710_FW_REVISION_VERSION 5
1932+
#define BCM_5710_FW_REVISION_VERSION 9
19331933
#define BCM_5710_FW_ENGINEERING_VERSION 0
19341934
#define BCM_5710_FW_COMPILE_FLAGS 1
19351935

firmware/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \
3232
adaptec/starfire_tx.bin
3333
fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
3434
fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw
35-
fw-shipped-$(CONFIG_BNX2X) += bnx2x/bnx2x-e1-6.2.5.0.fw \
36-
bnx2x/bnx2x-e1h-6.2.5.0.fw \
37-
bnx2x/bnx2x-e2-6.2.5.0.fw
35+
fw-shipped-$(CONFIG_BNX2X) += bnx2x/bnx2x-e1-6.2.9.0.fw \
36+
bnx2x/bnx2x-e1h-6.2.9.0.fw \
37+
bnx2x/bnx2x-e2-6.2.9.0.fw
3838
fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-6.2.1a.fw \
3939
bnx2/bnx2-rv2p-09-6.0.17.fw \
4040
bnx2/bnx2-rv2p-09ax-6.0.17.fw \

firmware/WHENCE

+5-4
Original file line numberDiff line numberDiff line change
@@ -679,14 +679,15 @@ Found in hex form in kernel source.
679679

680680
Driver: bnx2x: Broadcom Everest
681681

682-
File: bnx2x/bnx2x-e1-5.2.13.0.fw
683-
File: bnx2x/bnx2x-e1h-5.2.13.0.fw
682+
File: bnx2x/bnx2x-e1-6.2.9.0.fw
683+
File: bnx2x/bnx2x-e1h-6.2.9.0.fw
684+
File: bnx2x/bnx2x-e2-6.2.9.0.fw
684685

685686
License:
686-
Copyright (c) 2007-2010 Broadcom Corporation
687+
Copyright (c) 2007-2011 Broadcom Corporation
687688

688689
This file contains firmware data derived from proprietary unpublished
689-
source code, Copyright (c) 2007-2009 Broadcom Corporation.
690+
source code, Copyright (c) 2007-2011 Broadcom Corporation.
690691

691692
Permission is hereby granted for the distribution of this firmware data
692693
in hexadecimal or equivalent format, provided this copyright notice is

firmware/bnx2x/bnx2x-e1-6.2.5.0.fw.ihex

-9,483
This file was deleted.

firmware/bnx2x/bnx2x-e1-6.2.9.0.fw.ihex

+9,484
Large diffs are not rendered by default.

firmware/bnx2x/bnx2x-e1h-6.2.5.0.fw.ihex

-13,181
This file was deleted.

firmware/bnx2x/bnx2x-e1h-6.2.9.0.fw.ihex

+13,192
Large diffs are not rendered by default.

firmware/bnx2x/bnx2x-e2-6.2.5.0.fw.ihex

-15,456
This file was deleted.

firmware/bnx2x/bnx2x-e2-6.2.9.0.fw.ihex

+15,473
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)