blob: cba4f6f6501329d51ae7d45bfb1c9d1a56cc523f (
plain)
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
|
.. SPDX-License-Identifier: GPL-2.0
===================
ixd devlink support
===================
This document describes the devlink features implemented by the ``ixd``
device driver.
Info versions
=============
The ``ixd`` driver reports the following versions
.. list-table:: devlink info versions implemented
:widths: 5 5 5 90
* - Name
- Type
- Example
- Description
* - ``device.type``
- fixed
- MEV
- The hardware type for this device
* - ``fw.mgmt.api``
- running
- 2.0
- 2-digit version number (major.minor) of the communication channel
(virtchnl) used by the device.
|