On Fri, Jun 26, 2020 at 03:56:31PM +0200, Adrian Moreno wrote: > Document recently added ovs-appctl command
Could you add a Fixes tag to indicate the commit? Thanks fbl > > Cc: Vishal Deep Ajmera <[email protected]> > Signed-off-by: Adrian Moreno <[email protected]> > --- > 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..d1cf7c669 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 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev -- fbl _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
