Based on kernel version 6.13
. Page generated on 2025-01-21 08:21 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | .. SPDX-License-Identifier: GPL-2.0 =================== sfc devlink support =================== This document describes the devlink features implemented by the ``sfc`` device driver for the ef100 device. Info versions ============= The ``sfc`` driver reports the following versions .. list-table:: devlink info versions implemented :widths: 5 5 90 * - Name - Type - Description * - ``fw.mgmt.suc`` - running - For boards where the management function is split between multiple control units, this is the SUC control unit's firmware version. * - ``fw.mgmt.cmc`` - running - For boards where the management function is split between multiple control units, this is the CMC control unit's firmware version. * - ``fpga.rev`` - running - FPGA design revision. * - ``fpga.app`` - running - Datapath programmable logic version. * - ``fw.app`` - running - Datapath software/microcode/firmware version. * - ``coproc.boot`` - running - SmartNIC application co-processor (APU) first stage boot loader version. * - ``coproc.uboot`` - running - SmartNIC application co-processor (APU) co-operating system loader version. * - ``coproc.main`` - running - SmartNIC application co-processor (APU) main operating system version. * - ``coproc.recovery`` - running - SmartNIC application co-processor (APU) recovery operating system version. * - ``fw.exprom`` - running - Expansion ROM version. For boards where the expansion ROM is split between multiple images (e.g. PXE and UEFI), this is the specifically the PXE boot ROM version. * - ``fw.uefi`` - running - UEFI driver version (No UNDI support). |