Skip to content

Commit

Permalink
kernel: modules: Add ETS Qdisc scheduler to sched KernelPackage
Browse files Browse the repository at this point in the history
Add ETS Qdisch scheduler to kernel package modules.

Signed-off-by: Lorenzo Bianconi <[email protected]>
[ add commit description ]
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
LorenzoBianconi authored and Ansuel committed Jan 10, 2025
1 parent 3ec3ea5 commit 7e237f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/kernel/linux/modules/netsupport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ endef
$(eval $(call KernelPackage,bpf-test))


SCHED_MODULES_EXTRA = sch_codel sch_gred sch_multiq sch_sfq sch_teql sch_fq act_pedit act_simple act_skbmod act_csum em_cmp em_nbyte em_meta em_text
SCHED_MODULES_EXTRA = sch_codel sch_gred sch_multiq sch_sfq sch_teql sch_fq sch_ets act_pedit act_simple act_skbmod act_csum em_cmp em_nbyte em_meta em_text
SCHED_FILES_EXTRA = $(foreach mod,$(SCHED_MODULES_EXTRA),$(LINUX_DIR)/net/sched/$(mod).ko)

define KernelPackage/sched
Expand All @@ -1040,6 +1040,7 @@ define KernelPackage/sched
CONFIG_NET_SCH_SFQ \
CONFIG_NET_SCH_TEQL \
CONFIG_NET_SCH_FQ \
CONFIG_NET_SCH_ETS \
CONFIG_NET_ACT_PEDIT \
CONFIG_NET_ACT_SIMP \
CONFIG_NET_ACT_SKBMOD \
Expand Down

0 comments on commit 7e237f1

Please sign in to comment.