diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2018-12-20 11:47:39 +0200 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-12-28 14:07:22 -0800 |
commit | 4d74a54cd4282750c600ed7ae835b721b452c7b8 (patch) | |
tree | a1c09305812f7873b0e1828740b038422b2fc4ab /kernel-armv7hl-lpae.config | |
parent | cd873271438a15b0ce696471c383a3f6a28a9371 (diff) | |
download | kernel-4d74a54cd4282750c600ed7ae835b721b452c7b8.tar.gz kernel-4d74a54cd4282750c600ed7ae835b721b452c7b8.tar.xz kernel-4d74a54cd4282750c600ed7ae835b721b452c7b8.zip |
Enable CONFIG_NET_SCH_ETF
Enable the ETF queuing discipline (qdisc) as a module, similar to many other
qdiscs that we have enabled as modules.
ETF stands for Earliest TxTime first and it enables applications to schedule
network packets to be sent in the future.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'kernel-armv7hl-lpae.config')
-rw-r--r-- | kernel-armv7hl-lpae.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index 7538a12b5..302203539 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -3812,7 +3812,7 @@ CONFIG_NET_SCH_CODEL=m CONFIG_NET_SCH_DRR=m CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCHED=y -# CONFIG_NET_SCH_ETF is not set +CONFIG_NET_SCH_ETF=m CONFIG_NET_SCH_FQ_CODEL=y CONFIG_NET_SCH_FQ=m CONFIG_NET_SCH_GRED=m |