[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150921143048.071cea77@urahara>
Date: Mon, 21 Sep 2015 14:30:48 -0700
From: Stephen Hemminger <shemming@...cade.com>
To: Phil Sutter <phil@....cc>
CC: <netdev@...r.kernel.org>, Eric Dumazet <eric.dumazet@...il.com>
Subject: Re: [iproute PATCH] man: tc.8: mention Fair Queue scheduler
On Wed, 9 Sep 2015 15:41:08 +0200
Phil Sutter <phil@....cc> wrote:
> This is rather a placeholder to let users know fq exists at all.
>
> Signed-off-by: Phil Sutter <phil@....cc>
> ---
> man/man8/tc.8 | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/man/man8/tc.8 b/man/man8/tc.8
> index feafa05..0081625 100644
> --- a/man/man8/tc.8
> +++ b/man/man8/tc.8
> @@ -151,6 +151,10 @@ The classless qdiscs are:
> Simplest usable qdisc, pure First In, First Out behaviour. Limited in
> packets or in bytes.
> .TP
> +fq
> +Fair Queue Scheduler realises TCP pacing and scales to millions of concurrent
> +flows per qdisc.
> +.TP
> pfifo_fast
> Standard qdisc for 'Advanced Router' enabled kernels. Consists of a three-band
> queue which honors Type of Service flags, as well as the priority that may be
Why just fq?
Why not mention all of the others like codel and fq_codel?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists