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