Skip to content
Snippets Groups Projects
Commit f3c7c359 authored by He Zhe's avatar He Zhe Committed by Bruce Ashfield
Browse files

net_sched: Add FQ Controlled Delay packet scheduling algorithm

It has been widely used and selected by systemd as defalut scheduling algorithm
since v217.
https://github.com/systemd/systemd/blob/master/NEWS#L5861



Signed-off-by: default avatarHe Zhe <zhe.he@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 7f6e97c3
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ CONFIG_NET_SCH_DSMARK=m ...@@ -19,6 +19,7 @@ CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_SCH_CODEL=m CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
# #
# Classification # Classification
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment