Blame man/man8/vdpa.8

Packit Bot 867fae
.TH VDPA 8 "5 Jan 2021" "iproute2" "Linux"
Packit Bot 867fae
.SH NAME
Packit Bot 867fae
vdpa \- vdpa management tool
Packit Bot 867fae
.SH SYNOPSIS
Packit Bot 867fae
.sp
Packit Bot 867fae
.ad l
Packit Bot 867fae
.in +8
Packit Bot 867fae
.ti -8
Packit Bot 867fae
.B vdpa
Packit Bot 867fae
.RI "[ " OPTIONS " ] { " dev | mgmtdev " } { " COMMAND " | "
Packit Bot 867fae
.BR help " }"
Packit Bot 867fae
.sp
Packit Bot 867fae
Packit Bot 867fae
.SH OPTIONS
Packit Bot 867fae
Packit Bot 867fae
.TP
Packit Bot 867fae
.BR "\-V" , " --Version"
Packit Bot 867fae
Print the version of the
Packit Bot 867fae
.B vdpa
Packit Bot 867fae
utility and exit.
Packit Bot 867fae
Packit Bot 867fae
.TP
Packit Bot 867fae
.BR "\-j" , " --json"
Packit Bot 867fae
Generate JSON output.
Packit Bot 867fae
Packit Bot 867fae
.TP
Packit Bot 867fae
.BR "\-p" , " --pretty"
Packit Bot 867fae
When combined with -j generate a pretty JSON output.
Packit Bot 867fae
Packit Bot 867fae
.SS
Packit Bot 867fae
.I OBJECT
Packit Bot 867fae
Packit Bot 867fae
.TP
Packit Bot 867fae
.B dev
Packit Bot 867fae
- vdpa device.
Packit Bot 867fae
Packit Bot 867fae
.TP
Packit Bot 867fae
.B mgmtdev
Packit Bot 867fae
- vdpa management device.
Packit Bot 867fae
Packit Bot 867fae
.SS
Packit Bot 867fae
.I COMMAND
Packit Bot 867fae
Packit Bot 867fae
Specifies the action to perform on the object.
Packit Bot 867fae
The set of possible actions depends on the object type.
Packit Bot 867fae
It is possible to
Packit Bot 867fae
.B show
Packit Bot 867fae
(or
Packit Bot 867fae
.B list
Packit Bot 867fae
) objects. The
Packit Bot 867fae
.B help
Packit Bot 867fae
command is available for all objects. It prints
Packit Bot 867fae
out a list of available commands and argument syntax conventions.
Packit Bot 867fae
.sp
Packit Bot 867fae
If no command is given, some default command is assumed.
Packit Bot 867fae
Usually it is
Packit Bot 867fae
.B show
Packit Bot 867fae
or, if the objects of this class cannot be listed,
Packit Bot 867fae
.BR "help" .
Packit Bot 867fae
Packit Bot 867fae
.SH EXIT STATUS
Packit Bot 867fae
Exit status is 0 if command was successful or a positive integer upon failure.
Packit Bot 867fae
Packit Bot 867fae
.SH SEE ALSO
Packit Bot 867fae
.BR vdpa-dev (8),
Packit Bot 867fae
.BR vdpa-mgmtdev (8),
Packit Bot 867fae
.br
Packit Bot 867fae
Packit Bot 867fae
.SH REPORTING BUGS
Packit Bot 867fae
Report any bugs to the Network Developers mailing list
Packit Bot 867fae
.B <netdev@vger.kernel.org>
Packit Bot 867fae
where the development and maintenance is primarily done.
Packit Bot 867fae
You do not have to be subscribed to the list to send a message there.
Packit Bot 867fae
Packit Bot 867fae
.SH AUTHOR
Packit Bot 867fae
Parav Pandit <parav@nvidia.com>