--- zzzz-none-000/linux-5.15.111/net/sched/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/net/sched/Kconfig 2024-02-07 10:23:30.000000000 +0000 @@ -309,6 +309,19 @@ If unsure, say N. +config NET_SCH_LLQ + tristate "LLQ Queue (CBWFQ with strict priorities)" + depends on NET_SCHED + depends on AVM_ENHANCED + help + If you say Y here, you will be able to schedule packets + with strict priorities and weight. + (Class-Bases Weighted Fair Queuing with strict priorities) + If unsure, say Y. + + To compile this code as a module, choose M here: the + module will be called sch_llq. + config NET_SCH_FQ_CODEL tristate "Fair Queue Controlled Delay AQM (FQ_CODEL)" help