linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: multi_v7_defconfig: enable NET_SCHED
@ 2019-09-01 17:51 Florian Klink
  2019-09-01 17:51 ` [PATCH 2/2] arm64: defconfig: " Florian Klink
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Klink @ 2019-09-01 17:51 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Florian Klink, Toke Høiland-Jørgensen

This enables QoS and/or fair queueing, and allows to build and configure
various schedulers.

Those are widely used already in desktop systems and routers, and
present in x86_64_defconfig as well.

Cc: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Florian Klink <flokli@flokli.de>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6a40bc2ef271..778265f19b8f 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -132,6 +132,7 @@ CONFIG_MODULE_UNLOAD=y
 CONFIG_PARTITION_ADVANCED=y
 CONFIG_CMDLINE_PARTITION=y
 CONFIG_NET=y
+CONFIG_NET_SCHED=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
-- 
2.22.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] arm64: defconfig: enable NET_SCHED
  2019-09-01 17:51 [PATCH 1/2] ARM: multi_v7_defconfig: enable NET_SCHED Florian Klink
@ 2019-09-01 17:51 ` Florian Klink
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Klink @ 2019-09-01 17:51 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Florian Klink, Toke Høiland-Jørgensen

This enables QoS and/or fair queueing, and allows to build and configure
various schedulers.

Those are widely used already in desktop systems and routers, and
present in x86_64_defconfig as well.

Cc: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Florian Klink <flokli@flokli.de>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0e58ef02880c..7f8d79d6899c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -135,6 +135,7 @@ CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
 CONFIG_NETFILTER_XT_TARGET_LOG=m
 CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
 CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
+CONFIG_NET_SCHED=y
 CONFIG_IP_NF_IPTABLES=m
 CONFIG_IP_NF_FILTER=m
 CONFIG_IP_NF_TARGET_REJECT=m
-- 
2.22.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-01 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-01 17:51 [PATCH 1/2] ARM: multi_v7_defconfig: enable NET_SCHED Florian Klink
2019-09-01 17:51 ` [PATCH 2/2] arm64: defconfig: " Florian Klink

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).