diff options
author | Adrian Moreno <amorenoz@redhat.com> | 2020-07-06 11:26:55 +0200 |
---|---|---|
committer | Ilya Maximets <i.maximets@ovn.org> | 2020-07-07 01:45:52 +0200 |
commit | d4a12d87a7a3a8d32a284c5e5b0121529188e580 (patch) | |
tree | 72e0b58e61b67a608cfb3d63ee74c3ea1fc684fb /lib | |
parent | 82a106ebfbf90b4b4d09782caf74d22f51af8d12 (diff) | |
download | openvswitch-d4a12d87a7a3a8d32a284c5e5b0121529188e580.tar.gz |
dpif-netdev-unixctl.man: Document bond-show command.
Document recently added ovs-appctl command.
Fixes: 9df65060cf4c ("userspace: Avoid dp_hash recirculation for balance-tcp bond mode.")
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dpif-netdev-unixctl.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man index 6c54f6f9c..858d491df 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 interface associated +with each bucket (hash). |