diff mbox series

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

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

Commit Message

Adrian Moreno July 3, 2020, 4:57 p.m. UTC
Document recently added ovs-appctl command

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

Comments

Flavio Leitner July 3, 2020, 5:29 p.m. UTC | #1
On Fri, Jul 03, 2020 at 06:57:11PM +0200, Adrian Moreno wrote:
> Document recently added ovs-appctl command
> 
> Fixes: 9df65060cf4c (userspace: Avoid dp_hash recirculation for balance-tcp bond mode.)
> Cc: Vishal Deep Ajmera <vishal.deep.ajmera@ericsson.com>
> Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
> ---

The fixes tag is missing the double quotes around the commit title.

fbl
Adrian Moreno July 6, 2020, 9:25 a.m. UTC | #2
On 7/3/20 7:29 PM, Flavio Leitner wrote:
> On Fri, Jul 03, 2020 at 06:57:11PM +0200, Adrian Moreno wrote:
>> Document recently added ovs-appctl command
>>
>> Fixes: 9df65060cf4c (userspace: Avoid dp_hash recirculation for balance-tcp bond mode.)
>> Cc: Vishal Deep Ajmera <vishal.deep.ajmera@ericsson.com>
>> Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
>> ---
> 
> The fixes tag is missing the double quotes around the commit title.
> 
Sorry Flavio, I don't know what happened with my git alias.

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