Skip to content

Commit

Permalink
dpif-netdev-unixctl.man: Document miniflow-parser-* CMDs
Browse files Browse the repository at this point in the history
Document the "ovs-appctl dpif-netdev/miniflow-parser-get" and
"ovs-appctl dpif-netdev/miniflow-parser-set" commands in the vswitchd
manpage.

Fixes: 3d8f47b ("dpif-netdev: Add command line and function pointer for miniflow extract")
Signed-off-by: Cian Ferriter <[email protected]>
Signed-off-by: Ian Stokes <[email protected]>
  • Loading branch information
cferriter authored and istokes committed Aug 16, 2021
1 parent 3004ebf commit 96e513f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/dpif-netdev-unixctl.man
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,14 @@ Lists the DPIF implementations that are available.
.
.IP "\fBdpif-netdev/dpif-impl-set\fR \fIdpif_impl\fR"
Sets the DPIF to be used to \fIdpif_impl\fR. By default "dpif_scalar" is used.
.
.IP "\fBdpif-netdev/miniflow-parser-get\fR
Lists the miniflow extract implementations that are available.
.
.IP "\fBdpif-netdev/miniflow-parser-set\fR [\fB-pmd\fR \fIcore\fR] \
\fIminiflow_impl\fR [\fIstudy_cnt\fR]"
Sets the miniflow extract to \fIminiflow_impl\fR for a specified PMD or all
PMDs in the case where no value is specified. By default "scalar" is used.
\fIstudy_cnt\fR defaults to 128 and indicates the number of packets that the
"study" miniflow implementation must parse before choosing an optimal
implementation.

0 comments on commit 96e513f

Please sign in to comment.