mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
ANDROID: gki - CONFIG_NET_SCH_FQ=y
It was an oversight to previously enable codel / fq_codel without
enabling fq itself. Our TCP/BBR team thinks this might be more useful.
Test: built and booted on a gki using phone
Bug: 124467469
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ic02c12a3f44bd3526abe06e981b8067e78f0cc75
(cherry picked from commit 45d0c6c5aa)
This commit is contained in:
parent
20c8e116ed
commit
dcf357e236
|
|
@ -224,6 +224,7 @@ CONFIG_NET_SCH_TBF=y
|
|||
CONFIG_NET_SCH_NETEM=y
|
||||
CONFIG_NET_SCH_CODEL=y
|
||||
CONFIG_NET_SCH_FQ_CODEL=y
|
||||
CONFIG_NET_SCH_FQ=y
|
||||
CONFIG_NET_SCH_INGRESS=y
|
||||
CONFIG_NET_CLS_BASIC=y
|
||||
CONFIG_NET_CLS_TCINDEX=y
|
||||
|
|
|
|||
|
|
@ -205,6 +205,7 @@ CONFIG_NET_SCH_TBF=y
|
|||
CONFIG_NET_SCH_NETEM=y
|
||||
CONFIG_NET_SCH_CODEL=y
|
||||
CONFIG_NET_SCH_FQ_CODEL=y
|
||||
CONFIG_NET_SCH_FQ=y
|
||||
CONFIG_NET_SCH_INGRESS=y
|
||||
CONFIG_NET_CLS_BASIC=y
|
||||
CONFIG_NET_CLS_TCINDEX=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user