Blame SOURCES/tuned-2.3.0-network-latency.patch

4fe94b
From a195fc06fe56ffcbeb2a9ad1a16af7fc38e0ffd5 Mon Sep 17 00:00:00 2001
4fe94b
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
4fe94b
Date: Fri, 14 Feb 2014 13:13:14 +0100
4fe94b
Subject: [PATCH 3/4] network-latency: added new profile
4fe94b
MIME-Version: 1.0
4fe94b
Content-Type: text/plain; charset=UTF-8
4fe94b
Content-Transfer-Encoding: 8bit
4fe94b
4fe94b
Resolves: rhbz#1052418
4fe94b
4fe94b
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
4fe94b
---
4fe94b
 man/tuned-adm.8                     |  6 ++++++
4fe94b
 profiles/network-latency/tuned.conf | 15 +++++++++++++++
4fe94b
 2 files changed, 21 insertions(+)
4fe94b
 create mode 100644 profiles/network-latency/tuned.conf
4fe94b
4fe94b
diff --git a/man/tuned-adm.8 b/man/tuned-adm.8
4fe94b
index 443fefe..dfba025 100644
4fe94b
--- a/man/tuned-adm.8
4fe94b
+++ b/man/tuned-adm.8
4fe94b
@@ -111,6 +111,12 @@ CPU governor is set to performance andlocked to the low C states (by PM QoS).
4fe94b
 CPU energy performance bias to performance.
4fe94b
 
4fe94b
 .TP
4fe94b
+.BI network-latency
4fe94b
+Profile for low latency network tuning. It is based on the latency-performance
4fe94b
+profile. It additionaly disables transparent hugepages, NUMA balancing and
4fe94b
+tunes several other network related sysctl parameters.
4fe94b
+
4fe94b
+.TP
4fe94b
 .BI "desktop"
4fe94b
 Profile optimized for desktops based on balanced profile. It additionaly
4fe94b
 enables scheduler autogroups for better response of interactive applications.
4fe94b
diff --git a/profiles/network-latency/tuned.conf b/profiles/network-latency/tuned.conf
4fe94b
new file mode 100644
4fe94b
index 0000000..f4ec2de
4fe94b
--- /dev/null
4fe94b
+++ b/profiles/network-latency/tuned.conf
4fe94b
@@ -0,0 +1,15 @@
4fe94b
+#
4fe94b
+# tuned configuration
4fe94b
+#
4fe94b
+
4fe94b
+[main]
4fe94b
+include=latency-performance
4fe94b
+
4fe94b
+[vm]
4fe94b
+transparent_hugepages=never
4fe94b
+
4fe94b
+[sysctl]
4fe94b
+net.core.busy_read=50
4fe94b
+net.core.busy_poll=50 
4fe94b
+net.ipv4.tcp_fastopen=3
4fe94b
+kernel.numa_balancing=0
4fe94b
-- 
4fe94b
1.8.5.3
4fe94b