[ovs-dev] [PATCH] ovs-ofctl: Fix documentation of burst_size.

Ben Pfaff blp at nicira.com
Mon Apr 20 17:40:27 UTC 2015


Thanks, applied to master.

On Mon, Apr 20, 2015 at 10:36:42AM -0700, Justin Pettit wrote:
> This is an improvement over just the argument being wrong.  Thanks!
> 
> Acked-by: Justin Pettit <jpettit at nicira.com>
> 
> --Justin
> 
> 
> > On Apr 20, 2015, at 8:45 AM, Ben Pfaff <blp at nicira.com> wrote:
> > 
> > Reported-by: Kentaro Ebisawa <ebiken.g at gmail.com>
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > utilities/ovs-ofctl.8.in | 8 +++++---
> > 1 file changed, 5 insertions(+), 3 deletions(-)
> > 
> > diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
> > index ea3337b..c667aa4 100644
> > --- a/utilities/ovs-ofctl.8.in
> > +++ b/utilities/ovs-ofctl.8.in
> > @@ -2374,9 +2374,11 @@ Drop packets exceeding the band's rate limit.
> > .IP \fBrate=\fIvalue\fR
> > The relative rate limit for this band, in kilobits per second or packets per
> > second, depending on the meter flags defined above.
> > -.IP \fBburst_size=\fIport\fR
> > -The maximum burst allowed for the band.  If unspecified, the switch is free to
> > -select some reasonable value depending on it's configuration.
> > +.IP \fBburst_size=\fIsize\fR
> > +The maximum burst allowed for the band.  If \fBpktps\fR is specified,
> > +then \fIsize\fR is a packet count, otherwise it is in kilobits.  If
> > +unspecified, the switch is free to select some reasonable value
> > +depending on its configuration.
> > .RE
> > .
> > .SH OPTIONS
> > -- 
> > 2.1.3
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list