To get the current firmware versions for an X4 series Ethernet adapter:
- List the AMD Solarflare
PCIe
devices:
# lspci -D -d 1924: 0000:01:00.0 Ethernet controller: AMD Solarflare Device 0c03 0000:01:00.1 Ethernet controller: AMD Solarflare Device 0c03 - Confirm that you can see the X4 series that you want to examine, and note the PCIe address of its first interface.
In the above example, the address of the first interface is 0000:01:00.0.
Note: The PCIe address includes the domain (0000) before the bus, device, and function (01:00.0). - Use devlink to get version information for the PCIe address that you noted in step 2:
# devlink dev info pci/0000:01:00.0 pci/0000:01:00.0: driver sfc serial_number 74272c830000 board.serial_number 454202201110250675100000 versions: fixed: board.rev 2 running: fw.mgmt 1.0.6.9 (0226a71d0785) fw.mgmt.buildid 4c7e8175adeca2a5ccf56dfba88d8f87ac639bd6 fw.mgmt.suc 0.5.0.0 fw.bundle_id 1.0.3.11 fw.bootloader 1.0.18.0 fw.uefi 1.0.0.1 stored: fw.bundle_id 0.0.0.0 - Confirm that versions are as expected.