1VDPA(8) Linux VDPA(8)
2
3
4
6 vdpa - vdpa management tool
7
9 vdpa [ OPTIONS ] { dev|mgmtdev } { COMMAND | help }
10
11
12
14 -V, --Version
15 Print the version of the vdpa utility and exit.
16
17
18 -j, --json
19 Generate JSON output.
20
21
22 -p, --pretty
23 When combined with -j generate a pretty JSON output.
24
25
26 OBJECT
27 dev - vdpa device.
28
29
30 mgmtdev
31 - vdpa management device.
32
33
34 COMMAND
35 Specifies the action to perform on the object. The set of possible ac‐
36 tions depends on the object type. It is possible to show (or list )
37 objects. The help command is available for all objects. It prints out a
38 list of available commands and argument syntax conventions.
39
40 If no command is given, some default command is assumed. Usually it is
41 show or, if the objects of this class cannot be listed, help.
42
43
45 Exit status is 0 if command was successful or a positive integer upon
46 failure.
47
48
50 vdpa-dev(8), vdpa-mgmtdev(8),
51
52
54 Report any bugs to the Network Developers mailing list <net‐
55 dev@vger.kernel.org> where the development and maintenance is primarily
56 done. You do not have to be subscribed to the list to send a message
57 there.
58
59
61 Parav Pandit <parav@nvidia.com>
62
63
64
65iproute2 5 Jan 2021 VDPA(8)