2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs

Document the "ovs-appctl dpif-netdev/subtable-lookup-prio-get" and
"ovs-appctl dpif-netdev/subtable-lookup-prio-set" commands in the
vswitchd manpage.

Fixes: 9ff7cabfd7 ("dpif-netdev: add subtable-lookup-prio-get command.")
Fixes: 3d018c3ea7 ("dpif-netdev: add subtable lookup prio set command.")
Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
This commit is contained in:
Cian Ferriter
2021-08-13 16:41:06 +01:00
committed by Ian Stokes
parent c15c3df3ac
commit 3004ebf20f

View File

@@ -232,6 +232,18 @@ When this is the case, the above command prints the load-balancing information
of the bonds configured in datapath \fIdp\fR showing the interface associated
with each bucket (hash).
.
.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR"
Lists the DPCLS implementations or lookup functions that are available as well
as their priorities.
.
.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \
\fIprio\fR"
Sets the priority of a lookup function by name, \fIlookup_function\fR, and
priority, \fIprio\fR, which should be a positive integer value. The highest
priority lookup function is used for classification.
The number of affected dpcls ports and subtables is returned.
.
.IP "\fBdpif-netdev/dpif-impl-get\fR
Lists the DPIF implementations that are available.
.