]> git.proxmox.com Git - mirror_ovs.git/blame - lib/dpdk-unixctl.man
netdev-offload-tc: Use single 'once' variable for probing tc features
[mirror_ovs.git] / lib / dpdk-unixctl.man
CommitLineData
9af9dbce
DM
1.SS "DPDK COMMANDS"
2These commands manage DPDK components.
3.IP "\fBdpdk/log-list\fR"
4Lists all DPDK components that emit logs and their logging levels.
5.IP "\fBdpdk/log-set\fR [\fIspec\fR]"
6Sets DPDK components logging level. Without any \fIspec\fR, sets the logging
7\fBlevel\fR for all DPDK components to \fBdebug\fR. Otherwise, \fIspec\fR is a
8list of words separated by spaces: a word can be either a logging \fBlevel\fR
9(\fBemergency\fR, \fBalert\fR, \fBcritical\fR, \fBerror\fR, \fBwarning\fR,
10\fBnotice\fR, \fBinfo\fR or \fBdebug\fR) or a \fBpattern\fR matching DPDK
11components (see \fBdpdk/log-list\fR command on \fBovs\-appctl\fR(8)) separated
12by a colon from the logging \fBlevel\fR to apply.
13.RE
14.