]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
bnx2x: Add FW 7.13.11.0.
authorRahul Verma <Rahul.Verma@cavium.com>
Fri, 8 Feb 2019 08:57:04 +0000 (00:57 -0800)
committerJosh Boyer <jwboyer@kernel.org>
Tue, 12 Feb 2019 12:34:43 +0000 (07:34 -0500)
This patch adds new FW for bnx2x, which adds the following:
 - TX VLAN filtering support.
 - Enable TPA only for packets without VLAN.

It also addresses few critical issues,
 - Fairness algorithm misbehaviour when minimum bandwidth configured
   for all PFs.
 - Error recovery issue on TAPE devices.
 - FW not discarding FIP frames that are not designated to PF.
 - Kernel driver initialization failure after preboot driver.
 - VxLAN stops working after sending inner IP fragmented traffic.
 - Issues in the following FW flows:
    SD VLAN update, TX packet drop, packet padding flow, vlan add/remove.

Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com>
Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com>
Signed-off-by: Rahul Verma <Rahul.Verma@cavium.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
WHENCE
bnx2x/bnx2x-e1-7.13.11.0.fw [new file with mode: 0644]
bnx2x/bnx2x-e1h-7.13.11.0.fw [new file with mode: 0644]
bnx2x/bnx2x-e2-7.13.11.0.fw [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 623ed5c3e9feb067733a1e778c9338d285431a73..7f4a61f0d05226672ad1cdee8efb668444d0ac68 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -1363,6 +1363,9 @@ File: bnx2x/bnx2x-e2-7.12.30.0.fw
 File: bnx2x/bnx2x-e1-7.13.1.0.fw
 File: bnx2x/bnx2x-e1h-7.13.1.0.fw
 File: bnx2x/bnx2x-e2-7.13.1.0.fw
+File: bnx2x/bnx2x-e1-7.13.11.0.fw
+File: bnx2x/bnx2x-e1h-7.13.11.0.fw
+File: bnx2x/bnx2x-e2-7.13.11.0.fw
 
 
 License:
diff --git a/bnx2x/bnx2x-e1-7.13.11.0.fw b/bnx2x/bnx2x-e1-7.13.11.0.fw
new file mode 100644 (file)
index 0000000..5432893
Binary files /dev/null and b/bnx2x/bnx2x-e1-7.13.11.0.fw differ
diff --git a/bnx2x/bnx2x-e1h-7.13.11.0.fw b/bnx2x/bnx2x-e1h-7.13.11.0.fw
new file mode 100644 (file)
index 0000000..bd9aa97
Binary files /dev/null and b/bnx2x/bnx2x-e1h-7.13.11.0.fw differ
diff --git a/bnx2x/bnx2x-e2-7.13.11.0.fw b/bnx2x/bnx2x-e2-7.13.11.0.fw
new file mode 100644 (file)
index 0000000..569e384
Binary files /dev/null and b/bnx2x/bnx2x-e2-7.13.11.0.fw differ