On Wed, 9 Sep 2015 15:41:08 +0200 Phil Sutter <p...@nwl.cc> wrote: > This is rather a placeholder to let users know fq exists at all. > > Signed-off-by: Phil Sutter <p...@nwl.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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html