diff options
author | Jiri Pirko <jiri@nvidia.com> | 2022-04-25 06:44:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-25 10:42:29 +0100 |
commit | e932b4bdbd7cf51907d733376ddcd5b679c02923 (patch) | |
tree | 7bb437c9a05d982ddea2492dda26df7b753fa4b5 /Documentation | |
parent | c38e9bf338121b8c27e0458d817d534d005bc517 (diff) |
mlxsw: core_linecards: Expose device FW version over device info
Extend MDDQ to obtain FW version of line card device and implement
device_info_get() op to fill up the info with that.
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/devlink/mlxsw.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/mlxsw.rst b/Documentation/networking/devlink/mlxsw.rst index da1fbb265a11..0af345680510 100644 --- a/Documentation/networking/devlink/mlxsw.rst +++ b/Documentation/networking/devlink/mlxsw.rst @@ -76,6 +76,21 @@ The ``mlxsw`` driver reports the following versions for line cards - running - Version of line card INI loaded +Line card device info versions +============================== + +The ``mlxsw`` driver reports the following versions for line card devices + +.. list-table:: devlink line card device info versions implemented + :widths: 5 5 90 + + * - Name + - Type + - Description + * - ``fw.version`` + - running + - Three digit firmware version + Driver-specific Traps ===================== |