Skip to content

Enable CONFIG_NET_SCH_FQ_PIE in arm64 defconfigs#7305

Open
Akvicor wants to merge 3 commits intoraspberrypi:rpi-6.12.yfrom
Akvicor:rpi-6.12.y
Open

Enable CONFIG_NET_SCH_FQ_PIE in arm64 defconfigs#7305
Akvicor wants to merge 3 commits intoraspberrypi:rpi-6.12.yfrom
Akvicor:rpi-6.12.y

Conversation

@Akvicor
Copy link
Copy Markdown

@Akvicor Akvicor commented Apr 7, 2026

Description

Add CONFIG_NET_SCH_FQ_PIE=m to arm64 defconfigs to enable the FQ-PIE
(Flow Queue Proportional Integral controller Enhanced) scheduler module.

Motivation

The bcm2711 and bcm2712 defconfigs already include the separate components:

  • CONFIG_NET_SCH_FQ=m
  • CONFIG_NET_SCH_PIE=m

However the combined sch_fq_pie module is missing, making it impossible to use:

modprobe sch_fq_pie
# FATAL: Module sch_fq_pie not found

sysctl net.core.default_qdisc=fq_pie
# sysctl: setting key "net.core.default_qdisc": No such file or directory

Changes

  • arch/arm64/configs/bcm2711_defconfig
  • arch/arm64/configs/bcm2711_rt_defconfig
  • arch/arm64/configs/bcm2712_defconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant