aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index ad1f1d819203..919847beec39 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -286,6 +286,15 @@ config NET_SCH_FQ
286 286
287 If unsure, say N. 287 If unsure, say N.
288 288
289config NET_SCH_HHF
290 tristate "Heavy-Hitter Filter (HHF)"
291 help
292 Say Y here if you want to use the Heavy-Hitter Filter (HHF)
293 packet scheduling algorithm.
294
295 To compile this driver as a module, choose M here: the module
296 will be called sch_hhf.
297
289config NET_SCH_INGRESS 298config NET_SCH_INGRESS
290 tristate "Ingress Qdisc" 299 tristate "Ingress Qdisc"
291 depends on NET_CLS_ACT 300 depends on NET_CLS_ACT