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. >

[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