]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/vdpa.8
d1aaecec3f6f3cb14cf490c22cb44ec48eda3bb4
[mirror_iproute2.git] / man / man8 / vdpa.8
1 .TH VDPA 8 "5 Jan 2021" "iproute2" "Linux"
2 .SH NAME
3 vdpa \- vdpa management tool
4 .SH SYNOPSIS
5 .sp
6 .ad l
7 .in +8
8 .ti -8
9 .B vdpa
10 .RI "[ " OPTIONS " ] { " dev | mgmtdev " } { " COMMAND " | "
11 .BR help " }"
12 .sp
13
14 .SH OPTIONS
15
16 .TP
17 .BR "\-V" , " --Version"
18 Print the version of the
19 .B vdpa
20 utility and exit.
21
22 .TP
23 .BR "\-j" , " --json"
24 Generate JSON output.
25
26 .TP
27 .BR "\-p" , " --pretty"
28 When combined with -j generate a pretty JSON output.
29
30 .SS
31 .I OBJECT
32
33 .TP
34 .B dev
35 - vdpa device.
36
37 .TP
38 .B mgmtdev
39 - vdpa management device.
40
41 .SS
42 .I COMMAND
43
44 Specifies the action to perform on the object.
45 The set of possible actions depends on the object type.
46 It is possible to
47 .B show
48 (or
49 .B list
50 ) objects. The
51 .B help
52 command is available for all objects. It prints
53 out a list of available commands and argument syntax conventions.
54 .sp
55 If no command is given, some default command is assumed.
56 Usually it is
57 .B show
58 or, if the objects of this class cannot be listed,
59 .BR "help" .
60
61 .SH EXIT STATUS
62 Exit status is 0 if command was successful or a positive integer upon failure.
63
64 .SH SEE ALSO
65 .BR vdpa-dev (8),
66 .BR vdpa-mgmtdev (8),
67 .br
68
69 .SH REPORTING BUGS
70 Report any bugs to the Network Developers mailing list
71 .B <netdev@vger.kernel.org>
72 where the development and maintenance is primarily done.
73 You do not have to be subscribed to the list to send a message there.
74
75 .SH AUTHOR
76 Parav Pandit <parav@nvidia.com>