[ovs-dev] [PATCH v4] dpif-netdev-unixctl.man: document bond-show command

Adrian Moreno amorenoz at redhat.com
Mon Jul 6 09:26:55 UTC 2020


Document recently added ovs-appctl command

Fixes: 9df65060cf4c ("userspace: Avoid dp_hash recirculation for balance-tcp bond mode.")
Cc: vishal.deep.ajmera at ericsson.com
Signed-off-by: Adrian Moreno <amorenoz at redhat.com>
---
 lib/dpif-netdev-unixctl.man | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man
index 6c54f6f9c..9a2765f0d 100644
--- a/lib/dpif-netdev-unixctl.man
+++ b/lib/dpif-netdev-unixctl.man
@@ -217,3 +217,12 @@ with port names, which this thread polls.
 .
 .IP "\fBdpif-netdev/pmd-rxq-rebalance\fR [\fIdp\fR]"
 Reassigns rxqs to pmds in the datapath \fIdp\fR based on their current usage.
+.
+.IP "\fBdpif-netdev/bond-show\fR [\fIdp\fR]"
+When "other_config:lb-output-action" is set to "true", the userspace datapath
+handles the load balancing of bonds directly instead of depending on flow
+recirculation (only in balance-tcp mode).
+
+When this is the case, the above command prints the load-balancing information
+of the bonds configured in datapath \fIdp\fR showing the slave associated with
+each bucket (hash).
-- 
2.26.2



More information about the dev mailing list