aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sysctl
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2015-09-15 04:33:07 -0400
committerDavid S. Miller <davem@davemloft.net>2015-09-17 19:09:22 -0400
commit2e64126bb0fb581b55e52e51ec451ebb0d6769c8 (patch)
tree174900225c16bc6a6e0b60ab00823b79136fddbb /Documentation/sysctl
parent562d897d15a6e2bab3cc9b4c172286b612834fe8 (diff)
net: qdisc: enhance default_qdisc documentation
Aside from some lingual cleanup, point out which interfaces are not or partly covered by this setting. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Cong Wang <cwang@twopensource.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r--Documentation/sysctl/net.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt
index 6294b5186ae5..809ab6efcc74 100644
--- a/Documentation/sysctl/net.txt
+++ b/Documentation/sysctl/net.txt
@@ -54,13 +54,15 @@ default_qdisc
54-------------- 54--------------
55 55
56The default queuing discipline to use for network devices. This allows 56The default queuing discipline to use for network devices. This allows
57overriding the default queue discipline of pfifo_fast with an 57overriding the default of pfifo_fast with an alternative. Since the default
58alternative. Since the default queuing discipline is created with the 58queuing discipline is created without additional parameters so is best suited
59no additional parameters so is best suited to queuing disciplines that 59to queuing disciplines that work well without configuration like stochastic
60work well without configuration like stochastic fair queue (sfq), 60fair queue (sfq), CoDel (codel) or fair queue CoDel (fq_codel). Don't use
61CoDel (codel) or fair queue CoDel (fq_codel). Don't use queuing disciplines 61queuing disciplines like Hierarchical Token Bucket or Deficit Round Robin
62like Hierarchical Token Bucket or Deficit Round Robin which require setting 62which require setting up classes and bandwidths. Note that physical multiqueue
63up classes and bandwidths. 63interfaces still use mq as root qdisc, which in turn uses this default for its
64leaves. Virtual devices (like e.g. lo or veth) ignore this setting and instead
65default to noqueue.
64Default: pfifo_fast 66Default: pfifo_fast
65 67
66busy_read 68busy_read