From 3747701d1c72f8492b55bdb8319596159898d64b Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Thu, 15 Jun 2023 14:05:33 -0300 Subject: [PATCH] move rtentsk to network-latency profile The interruptions avoided by the rtentsk logic: "Add plugin to open a socket with SOF_TIMESTAMPING_OPT_TX_SWHW. This is for avoiding interruptions due to static key IPIs due to opening socket with timestamping enabled (by opening a socket ourselves the static key is kept enabled)." Are also desired on systems that use cpu-partitioning. Signed-off-by: Marcelo Tosatti --- profiles/network-latency/tuned.conf | 2 ++ profiles/realtime/tuned.conf | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/network-latency/tuned.conf b/profiles/network-latency/tuned.conf index 8c80179..ddefe09 100644 --- a/profiles/network-latency/tuned.conf +++ b/profiles/network-latency/tuned.conf @@ -21,3 +21,5 @@ kernel.timer_migration = 0 [bootloader] cmdline_network_latency=skew_tick=1 tsc=reliable + +[rtentsk] diff --git a/profiles/realtime/tuned.conf b/profiles/realtime/tuned.conf index 1a9005e..2184028 100644 --- a/profiles/realtime/tuned.conf +++ b/profiles/realtime/tuned.conf @@ -58,5 +58,3 @@ script = ${i:PROFILE_DIR}/script.sh [scheduler] isolated_cores=${isolated_cores} - -[rtentsk]