summaryrefslogtreecommitdiffstats
path: root/kernel-ppc64le.config
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2018-12-20 11:47:39 +0200
committerLaura Abbott <labbott@redhat.com>2018-12-28 14:07:22 -0800
commit4d74a54cd4282750c600ed7ae835b721b452c7b8 (patch)
treea1c09305812f7873b0e1828740b038422b2fc4ab /kernel-ppc64le.config
parentcd873271438a15b0ce696471c383a3f6a28a9371 (diff)
downloadkernel-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-ppc64le.config')
-rw-r--r--kernel-ppc64le.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-ppc64le.config b/kernel-ppc64le.config
index 3c7f3b300..739503110 100644
--- a/kernel-ppc64le.config
+++ b/kernel-ppc64le.config
@@ -3364,7 +3364,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