On Wed, Feb 14, 2018 at 1:24 PM, Koen Kooi koen@dominion.thruhere.net wrote:
'fq_codel' is designed to fight bufferbloat, 'fq' can do similar things when coupled with the 'BBR' TCP congestion algorithm.
Signed-off-by: Koen Kooi koen.kooi@linaro.org
kernel/configs/distro.config | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config index dfb1a9b..138b905 100644 --- a/kernel/configs/distro.config +++ b/kernel/configs/distro.config @@ -328,6 +328,8 @@ CONFIG_BLK_DEV_THROTTLING=y CONFIG_CFQ_GROUP_IOSCHED=y CONFIG_NET_SCHED=y CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_SCH_FQ_CODEL=y +CONFIG_NET_SCH_FQ=y
any reason for both to be =y and not =m?
we (now) want to avoid =y as much as possible.
CONFIG_CFS_BANDWIDTH=y CONFIG_IP_VS=m CONFIG_VXLAN=m -- 2.9.5
dragonboard mailing list dragonboard@lists.96boards.org https://lists.96boards.org/mailman/listinfo/dragonboard