]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: Allow changing default qdisc to FQ-PIE
authorDanny Lin <danny@kdrag0n.dev>
Wed, 1 Jul 2020 23:01:52 +0000 (16:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jul 2020 00:43:27 +0000 (17:43 -0700)
commit7adb6e97cc1b1d4caa3ddd10269290b6ee488e91
tree69be6fcad90647e2ba13290cba11ccb8492fe81b
parenta28f76205f9c88956f4b43a48fd209d470bd51d2
net: sched: Allow changing default qdisc to FQ-PIE

Similar to fq_codel and the other qdiscs that can set as default,
fq_pie is also suitable for general use without explicit configuration,
which makes it a valid choice for this.

This is useful in situations where a painless out-of-the-box solution
for reducing bufferbloat is desired but fq_codel is not necessarily the
best choice. For example, fq_pie can be better for DASH streaming, but
there could be more cases where it's the better choice of the two simple
AQMs available in the kernel.

Signed-off-by: Danny Lin <danny@kdrag0n.dev>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig