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

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