Skip to content

Commit 9243991

Browse files
Vasundhara Volamdavem330
authored andcommitted
devlink: document devlink info versions reported by bnxt_en driver
Add the set of info versions reported by bnxt_en driver, including a description of what the version represents, and what modes (fixed, running, stored) it reports. v2: Use fw.psid. Cc: Jiri Pirko <[email protected]> Cc: Jakub Kicinski <[email protected]> Signed-off-by: Vasundhara Volam <[email protected]> Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9599e03 commit 9243991

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Documentation/networking/devlink/bnxt.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,36 @@ parameters.
3939
- Generic Routing Encapsulation (GRE) version check will be enabled in
4040
the device. If disabled, the device will skip the version check for
4141
incoming packets.
42+
43+
Info versions
44+
=============
45+
46+
The ``bnxt_en`` driver reports the following versions
47+
48+
.. list-table:: devlink info versions implemented
49+
:widths: 5 5 90
50+
51+
* - Name
52+
- Type
53+
- Description
54+
* - ``asic.id``
55+
- fixed
56+
- ASIC design identifier
57+
* - ``asic.rev``
58+
- fixed
59+
- ASIC design revision
60+
* - ``fw.psid``
61+
- stored, running
62+
- Firmware parameter set version of the board
63+
* - ``fw``
64+
- stored, running
65+
- Overall board firmware version
66+
* - ``fw.app``
67+
- stored, running
68+
- Data path firmware version
69+
* - ``fw.mgmt``
70+
- stored, running
71+
- Management firmware version
72+
* - ``fw.roce``
73+
- stored, running
74+
- RoCE management firmware version

0 commit comments

Comments
 (0)