diff options
author | Rahul Verma <Rahul.Verma@cavium.com> | 2019-02-08 00:57:04 -0800 |
---|---|---|
committer | Josh Boyer <jwboyer@kernel.org> | 2019-02-12 07:34:43 -0500 |
commit | 8fcf0ec44c11f1865f8451c0265e84bf16365312 (patch) | |
tree | f6f3b106fef61ace9fba08a2778a949af1547376 | |
parent | 8bf607ca9bb42bc26bd4c8d574d88b6b6935c47d (diff) | |
download | linux-firmware-8fcf0ec44c11f1865f8451c0265e84bf16365312.tar.gz |
bnx2x: Add FW 7.13.11.0.
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>
-rw-r--r-- | WHENCE | 3 | ||||
-rw-r--r-- | bnx2x/bnx2x-e1-7.13.11.0.fw | bin | 0 -> 169904 bytes | |||
-rw-r--r-- | bnx2x/bnx2x-e1h-7.13.11.0.fw | bin | 0 -> 178328 bytes | |||
-rw-r--r-- | bnx2x/bnx2x-e2-7.13.11.0.fw | bin | 0 -> 322296 bytes |
4 files changed, 3 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..5432893 --- /dev/null +++ b/bnx2x/bnx2x-e1-7.13.11.0.fw diff --git a/bnx2x/bnx2x-e1h-7.13.11.0.fw b/bnx2x/bnx2x-e1h-7.13.11.0.fw Binary files differnew file mode 100644 index 0000000..bd9aa97 --- /dev/null +++ b/bnx2x/bnx2x-e1h-7.13.11.0.fw diff --git a/bnx2x/bnx2x-e2-7.13.11.0.fw b/bnx2x/bnx2x-e2-7.13.11.0.fw Binary files differnew file mode 100644 index 0000000..569e384 --- /dev/null +++ b/bnx2x/bnx2x-e2-7.13.11.0.fw |