Blame SOURCES/iproute-3.10.0-man-tc.8-mention-Fair-Queue-scheduler.patch

a4b897
From e4341c2d317de1d30deb1672af1e43fc04ac4f0d Mon Sep 17 00:00:00 2001
a4b897
From: Phil Sutter <psutter@redhat.com>
a4b897
Date: Wed, 9 Sep 2015 15:33:36 +0200
a4b897
Subject: [PATCH] man: tc.8: mention Fair Queue scheduler
a4b897
a4b897
This is rather a placeholder to let users know fq exists at all.
a4b897
---
a4b897
This patch has not been accepted upstream yet, but since it's the last blocker
a4b897
for RHEL7.2 I'll condone the consequences.
a4b897
---
a4b897
 man/man8/tc.8 | 4 ++++
a4b897
 1 file changed, 4 insertions(+)
a4b897
a4b897
diff --git a/man/man8/tc.8 b/man/man8/tc.8
a4b897
index cc839d9..b8ef52a 100644
a4b897
--- a/man/man8/tc.8
a4b897
+++ b/man/man8/tc.8
a4b897
@@ -148,6 +148,10 @@ The classless qdiscs are:
a4b897
 Simplest usable qdisc, pure First In, First Out behaviour. Limited in
a4b897
 packets or in bytes.
a4b897
 .TP
a4b897
+fq
a4b897
+Fair Queue Scheduler realises TCP pacing and scales to millions of concurrent
a4b897
+flows per qdisc.
a4b897
+.TP
a4b897
 pfifo_fast
a4b897
 Standard qdisc for 'Advanced Router' enabled kernels. Consists of a three-band
a4b897
 queue which honors Type of Service flags, as well as the priority that may be
a4b897
-- 
a4b897
1.8.3.1
a4b897