mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
Documentation: devlink: add devlink documentation for the kvaser_pciefd driver
List the version information reported by the kvaser_pciefd driver through devlink. Suggested-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Jimmy Assarsson <extja@kvaser.com> Link: https://patch.msgid.link/20250725123230.8-11-extja@kvaser.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
6271c8b827
commit
fed552478e
2 changed files with 25 additions and 0 deletions
|
@ -85,6 +85,7 @@ parameters, info versions, and other features it supports.
|
|||
ionic
|
||||
ice
|
||||
ixgbe
|
||||
kvaser_pciefd
|
||||
mlx4
|
||||
mlx5
|
||||
mlxsw
|
||||
|
|
24
Documentation/networking/devlink/kvaser_pciefd.rst
Normal file
24
Documentation/networking/devlink/kvaser_pciefd.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
=============================
|
||||
kvaser_pciefd devlink support
|
||||
=============================
|
||||
|
||||
This document describes the devlink features implemented by the
|
||||
``kvaser_pciefd`` device driver.
|
||||
|
||||
Info versions
|
||||
=============
|
||||
|
||||
The ``kvaser_pciefd`` driver reports the following versions
|
||||
|
||||
.. list-table:: devlink info versions implemented
|
||||
:widths: 5 5 90
|
||||
|
||||
* - Name
|
||||
- Type
|
||||
- Description
|
||||
* - ``fw``
|
||||
- running
|
||||
- Version of the firmware running on the device. Also available
|
||||
through ``ethtool -i`` as ``firmware-version``.
|
Loading…
Add table
Reference in a new issue