Blame SOURCES/tuned-2.13.0-rename-sst-to-intel-sst.patch

1ed244
From 20a71af333bcfb4110319b2f626fbfcb1d30870f Mon Sep 17 00:00:00 2001
1ed244
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
1ed244
Date: Tue, 11 Feb 2020 17:44:06 +0100
1ed244
Subject: [PATCH] profiles: renamed sst profile to intel-sst
1ed244
MIME-Version: 1.0
1ed244
Content-Type: text/plain; charset=UTF-8
1ed244
Content-Transfer-Encoding: 8bit
1ed244
1ed244
Also updated intel-sst profile manual page describing its usage.
1ed244
1ed244
Related: rhbz#1743879
1ed244
1ed244
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
1ed244
---
1ed244
 man/tuned-profiles.7                   | 6 ++++--
1ed244
 profiles/{sst => intel-sst}/tuned.conf | 2 +-
1ed244
 2 files changed, 5 insertions(+), 3 deletions(-)
1ed244
 rename profiles/{sst => intel-sst}/tuned.conf (65%)
1ed244
1ed244
diff --git a/man/tuned-profiles.7 b/man/tuned-profiles.7
1ed244
index aaf140b..8e536c2 100644
1ed244
--- a/man/tuned-profiles.7
1ed244
+++ b/man/tuned-profiles.7
1ed244
@@ -122,9 +122,11 @@ Profile optimized for virtual hosts based on throughput\-performance profile.
1ed244
 It additionally enables more aggressive writeback of dirty pages.
1ed244
 
1ed244
 .TP
1ed244
-.BI "sst"
1ed244
+.BI "intel-sst"
1ed244
 Profile optimized for systems with user-defined Intel Speed Select Technology
1ed244
-configurations.
1ed244
+configurations. This profile is intended to be used as an overlay on other
1ed244
+profiles (e.g. cpu\-partitioning profile), example:
1ed244
+.B tuned\-adm profile cpu\-partitioning intel-sst
1ed244
 
1ed244
 .SH "FILES"
1ed244
 .nf
1ed244
diff --git a/profiles/sst/tuned.conf b/profiles/intel-sst/tuned.conf
1ed244
similarity index 65%
1ed244
rename from profiles/sst/tuned.conf
1ed244
rename to profiles/intel-sst/tuned.conf
1ed244
index 4566813..c520534 100644
1ed244
--- a/profiles/sst/tuned.conf
1ed244
+++ b/profiles/intel-sst/tuned.conf
1ed244
@@ -2,4 +2,4 @@
1ed244
 summary=Configure for Intel Speed Select Base Frequency
1ed244
 
1ed244
 [bootloader]
1ed244
-cmdline_sst=-intel_pstate=disable
1ed244
+cmdline_intel_sst=-intel_pstate=disable
1ed244
-- 
1ed244
2.21.1
1ed244