netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tc-bfifo: man: Add parameter value range.
@ 2012-07-13  7:08 Li Wei
  2012-07-13 17:01 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Li Wei @ 2012-07-13  7:08 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev


Add value range for 'limit' parameter.
---
 man/man8/tc-bfifo.8 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/man/man8/tc-bfifo.8 b/man/man8/tc-bfifo.8
index 8dda4bb..417e45c 100644
--- a/man/man8/tc-bfifo.8
+++ b/man/man8/tc-bfifo.8
@@ -40,8 +40,12 @@ to the interface txqueuelen, as specified with
 .BR ifconfig (8)
 or
 .BR ip (8).
+The range for this parameter is [0, UINT32_MAX].
 
 For bfifo, it defaults to the txqueuelen multiplied by the interface MTU.
+The range for this parameter is [0, UINT32_MAX] bytes.
+
+Note: The link layer header was considered when couting packets length.
 
 .SH OUTPUT
 The output of 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tc-bfifo: man: Add parameter value range.
  2012-07-13  7:08 [PATCH] tc-bfifo: man: Add parameter value range Li Wei
@ 2012-07-13 17:01 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2012-07-13 17:01 UTC (permalink / raw)
  To: Li Wei; +Cc: netdev

On Fri, 13 Jul 2012 15:08:00 +0800
Li Wei <lw@cn.fujitsu.com> wrote:

> 
> Add value range for 'limit' parameter.
> ---
>  man/man8/tc-bfifo.8 |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/man/man8/tc-bfifo.8 b/man/man8/tc-bfifo.8
> index 8dda4bb..417e45c 100644
> --- a/man/man8/tc-bfifo.8
> +++ b/man/man8/tc-bfifo.8
> @@ -40,8 +40,12 @@ to the interface txqueuelen, as specified with
>  .BR ifconfig (8)
>  or
>  .BR ip (8).
> +The range for this parameter is [0, UINT32_MAX].
>  
>  For bfifo, it defaults to the txqueuelen multiplied by the interface MTU.
> +The range for this parameter is [0, UINT32_MAX] bytes.
> +
> +Note: The link layer header was considered when couting packets length.
>  

Applied. Fixed spelling of "couting"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-13 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13  7:08 [PATCH] tc-bfifo: man: Add parameter value range Li Wei
2012-07-13 17:01 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).