Re: [linux-yocto] [kernel-cache] [all branches] [PATCH] net_sched: Add FQ Controlled Delay packet scheduling algorithm

2019-09-03 Thread Bruce Ashfield
merged to 4.19/5.0/5.2 and master of the kernel-cache.

SRCREV bumps will follow in the next few days.

Bruce

On Tue, Sep 3, 2019 at 3:00 AM  wrote:
>
> From: He Zhe 
>
> 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: He Zhe 
> ---
>  features/net_sched/net_sched.cfg | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/features/net_sched/net_sched.cfg 
> b/features/net_sched/net_sched.cfg
> index 49cd7d7..8ac740a 100644
> --- a/features/net_sched/net_sched.cfg
> +++ b/features/net_sched/net_sched.cfg
> @@ -19,6 +19,7 @@ CONFIG_NET_SCH_DSMARK=m
>  CONFIG_NET_SCH_NETEM=m
>  CONFIG_NET_SCH_INGRESS=m
>  CONFIG_NET_SCH_CODEL=m
> +CONFIG_NET_SCH_FQ_CODEL=m
>
>  #
>  # Classification
> --
> 2.7.4
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [kernel-cache] [all branches] [PATCH] net_sched: Add FQ Controlled Delay packet scheduling algorithm

2019-09-03 Thread zhe.he
From: He Zhe 

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: He Zhe 
---
 features/net_sched/net_sched.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/net_sched/net_sched.cfg b/features/net_sched/net_sched.cfg
index 49cd7d7..8ac740a 100644
--- a/features/net_sched/net_sched.cfg
+++ b/features/net_sched/net_sched.cfg
@@ -19,6 +19,7 @@ CONFIG_NET_SCH_DSMARK=m
 CONFIG_NET_SCH_NETEM=m
 CONFIG_NET_SCH_INGRESS=m
 CONFIG_NET_SCH_CODEL=m
+CONFIG_NET_SCH_FQ_CODEL=m
 
 #
 # Classification
-- 
2.7.4

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto