From 3ca7cfceb155104b73144826af35e42a363b7072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 21 Mar 2017 10:43:58 +0100 Subject: [PATCH] realtime-virtual-host: accommodate new ktimersoftd thread MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch provided by Luiz Capitulino Resolves: rhbz# 1332563 Signed-off-by: Jaroslav Škarvada --- profiles/realtime-virtual-host/tuned.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/profiles/realtime-virtual-host/tuned.conf b/profiles/realtime-virtual-host/tuned.conf index 1e8563f..8b411c8 100644 --- a/profiles/realtime-virtual-host/tuned.conf +++ b/profiles/realtime-virtual-host/tuned.conf @@ -38,10 +38,13 @@ assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_exp group.ksoftirqd=0:f:2:*:ksoftirqd.* # for i in `pgrep rcuc` ; do grep Cpus_allowed_list /proc/$i/status ; done -group.rcuc=0:f:3:*:rcuc.* +group.rcuc=0:f:4:*:rcuc.* # for i in `pgrep rcub` ; do grep Cpus_allowed_list /proc/$i/status ; done -group.rcub=0:f:3:*:rcub.* +group.rcub=0:f:4:*:rcub.* + +# for i in `pgrep ktimersoftd` ; do grep Cpus_allowed_list /proc/$i/status ; done +group.ktimersoftd=0:f:3:*:ktimersoftd.* [script] script=${i:PROFILE_DIR}/script.sh