Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Pull the required FW binary for qed* devices.
commit 5582ca4caff8dc029b136722d11e7df6f40888ad
Author: Rahul Verma <rahul.verma>
Date: Wed Oct 11 00:57:53 2017 -0700
qed: Add firmware 8.33.1.0
The new qed firmware contains fixes to firmware and added
support for new features,
-Add UFP support and drop action support.
-DCQCN support for unlimited number of QP
-Add IP type to GFT filter profile.
-Added new TCP function counters.
-Support flow ID in aRFS flow.
Signed-off-by: Rahul Verma <rahul.verma>
Signed-off-by: Ben Hutchings <ben.uk>
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Sorry there is a typo in FW version. No need to pull 8.33.1.0.
The correct FW version to pull is 8.33.11.0 and the corresponding commit is (net-next):
commit 5c74c957f66d8a3d89836b17ec6b4aa848648687
Author: Rahul Verma <rahul.verma>
Date: Tue Feb 27 23:33:28 2018 -0800
qed: Add firmware 8.33.11.0
This patch add a new qed firmware with fixes and added
support for new features.
-Support VLAN remove action in steering flow.
-Optimized the FW flow and several bug fixes.
-Allow VXLAN steering.
-Supports T10DIF and SRQ.
-Support for port redirection for RDMA bonding
Signed-off-by: Rahul Verma <rahul.verma>
Signed-off-by: Josh Boyer <jwboyer>
Hi Harish,
we(network-qe) just have qede, is it satisfied for testing this bug? and will you please provide the detail steps about how to test the above new features? Thanks in advance.
Thanks,
Yuying
(In reply to Ameen Rahman from comment #8)
> Yuying,
>
> Firmware needs to be part of RHEL7.6
>
> Chad,
>
> Do you know if the Firmware has been pulled into RHEL7.6?
>
> -Ameen
My understanding is that it has.
Hi Ameen,
we(network-qe) just have qede, we will check the firmware version and run nic basic functional testing as regression testis it satisfied for verification?
Thanks,
Yuying
Comment 11Chad Dupuis (Cavium)
2018-07-25 15:38:03 UTC
(In reply to Ma Yuying from comment #10)
> Hi Ameen,
>
> we(network-qe) just have qede, we will check the firmware version and run
> nic basic functional testing as regression testis it satisfied for
> verification?
>
> Thanks,
> Yuying
That's fine.
Hi Chad,
Sorry to bother you. The info listed below is the firmware version of qede nic. Can you please explain the meaning of mfw and storm? I just want to know the meaning the two version listed.
[root@dell-per730-42 ~]# ethtool -i p4p1
driver: qede
version: 8.33.0.20
firmware-version: mfw 8.35.22.0 storm 8.33.11.0
expansion-rom-version:
bus-info: 0000:82:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: yes
Tianhao
1. Management FW (MFW) flashed on the adapter. This firmware is backward/forward compatible with drivers. IOW, newer drivers work with older MFW and older drivers work with newer MFW for common subset of functionalities supported by the combination.
2. Storm Firmware (FW) that goes into liux-firmware.git and under /lib/firmware/qed. This firmware is tightly coupled with a given driver version. IOW, a given version of the driver will only load a given version of FW. Whenever there is a new FW, driver will need a patch to utilize the new firmware. Once the firmware is in linux-firmware.git and the driver patches are upstream, we submit two BZs for firmware submission and corresponding driver patch submission to RHEL. E.g., This BZ was used to pull a new version of Storm FW into RHEL.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:3119
Description of problem: Pull the required FW binary for qed* devices. commit 5582ca4caff8dc029b136722d11e7df6f40888ad Author: Rahul Verma <rahul.verma> Date: Wed Oct 11 00:57:53 2017 -0700 qed: Add firmware 8.33.1.0 The new qed firmware contains fixes to firmware and added support for new features, -Add UFP support and drop action support. -DCQCN support for unlimited number of QP -Add IP type to GFT filter profile. -Added new TCP function counters. -Support flow ID in aRFS flow. Signed-off-by: Rahul Verma <rahul.verma> Signed-off-by: Ben Hutchings <ben.uk> Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: