diff mbox series

[ovs-dev,v3] dpif-netdev-unixctl.man: document bond-show command

Message ID 20200706092506.1465154-1-amorenoz@redhat.com
State Changes Requested
Headers show
Series [ovs-dev,v3] dpif-netdev-unixctl.man: document bond-show command | expand

Commit Message

Adrián Moreno July 6, 2020, 9:25 a.m. UTC
Document recently added ovs-appctl command

Fixes: ac1d2685ebcd ("dpif-netdev-unixctl.man: document bond-show command")
Cc: amorenoz@redhat.com
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
---
 lib/dpif-netdev-unixctl.man | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Adrián Moreno July 6, 2020, 9:28 a.m. UTC | #1
Please ignore this patch

On 7/6/20 11:25 AM, Adrian Moreno wrote:
> Document recently added ovs-appctl command
> 
> Fixes: ac1d2685ebcd ("dpif-netdev-unixctl.man: document bond-show command")
> Cc: amorenoz@redhat.com
> Signed-off-by: Adrian Moreno <amorenoz@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).
>
diff mbox series

Patch

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).