mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 12:20:09 +07:00
d4255d7585
Add the set of info versions reported by each device driver, including a description of what the version represents, and what modes (fixed, running, stored) it reports. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Cc: Tariq Toukan <tariqt@mellanox.com> Cc: Saeed Mahameed <saeedm@mellanox.com> Cc: Leon Romanovsky <leonro@mellanox.com> Cc: Michael Chan <michael.chan@broadcom.com> Cc: Jiri Pirko <jiri@mellanox.com> Cc: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
66 lines
1.4 KiB
ReStructuredText
66 lines
1.4 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
===================
|
|
nfp devlink support
|
|
===================
|
|
|
|
This document describes the devlink features implemented by the ``nfp``
|
|
device driver.
|
|
|
|
Parameters
|
|
==========
|
|
|
|
.. list-table:: Generic parameters implemented
|
|
|
|
* - Name
|
|
- Mode
|
|
* - ``fw_load_policy``
|
|
- permanent
|
|
* - ``reset_dev_on_drv_probe``
|
|
- permanent
|
|
|
|
Info versions
|
|
=============
|
|
|
|
The ``nfp`` driver reports the following versions
|
|
|
|
.. list-table:: devlink info versions implemented
|
|
:widths: 5 5 90
|
|
|
|
* - Name
|
|
- Type
|
|
- Description
|
|
* - ``board.id``
|
|
- fixed
|
|
- Part number identifying the board design
|
|
* - ``board.rev``
|
|
- fixed
|
|
- Revision of the board design
|
|
* - ``board.manufacture``
|
|
- fixed
|
|
- Vendor of the board design
|
|
* - ``board.model``
|
|
- fixed
|
|
- Model name of the board design
|
|
* - ``fw.bundle_id``
|
|
- stored, running
|
|
- Firmware bundle id
|
|
* - ``fw.mgmt``
|
|
- stored, running
|
|
- Version of the management firmware
|
|
* - ``fw.cpld``
|
|
- stored, running
|
|
- The CPLD firmware component version
|
|
* - ``fw.app``
|
|
- stored, running
|
|
- The APP firmware component version
|
|
* - ``fw.undi``
|
|
- stored, running
|
|
- The UNDI firmware component version
|
|
* - ``fw.ncsi``
|
|
- stored, running
|
|
- The NSCI firmware component version
|
|
* - ``chip.init``
|
|
- stored, running
|
|
- The CFGR firmware component version
|