[PATCH] kernel: generic: add missing 5.10 symbols

Christian Lamparter chunkeey at gmail.com
Thu Feb 24 13:55:13 PST 2022


On 24/02/2022 22:05, Rui Salvaterra wrote:
> Add the following kconfig symbols (disabled):
> 
> CONFIG_DEFAULT_FQ
> CONFIG_DEFAULT_CODEL
> CONFIG_DEFAULT_SFQ
> 
> Also resort the config with the kconfig.pl script.
> 
> Fixes: f39872d966 ("kernel: generic: select the fq_codel qdisc by default")
> 
> Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>

Oh, ok. Yes, this is why that:

|* Allow override default queue discipline
|*
|Allow override default queue discipline (NET_SCH_DEFAULT) [Y/n/?] y
|  Default queuing discipline
|    1. Fair Queue (DEFAULT_FQ) (NEW)
|    2. Controlled Delay (DEFAULT_CODEL) (NEW)
|  > 3. Fair Queue Controlled Delay (DEFAULT_FQ_CODEL)
|    4. Stochastic Fair Queue (DEFAULT_SFQ) (NEW)
|    5. Priority FIFO Fast (DEFAULT_PFIFO_FAST)
|  choice[1-5?]: ^Cmake[7]: *** [scripts/kconfig/Makefile:71: syncconfig] Interrupt

was showing up... with that patch well no longer anymore.

Tested-by: Christian Lamparter <chunkeey at gmail.com>



More information about the openwrt-devel mailing list