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 <mtosatti@redhat.com>
This commit is contained in:
parent
c9c81093be
commit
3747701d1c
2 changed files with 2 additions and 2 deletions
|
|
@ -21,3 +21,5 @@ kernel.timer_migration = 0
|
|||
|
||||
[bootloader]
|
||||
cmdline_network_latency=skew_tick=1 tsc=reliable
|
||||
|
||||
[rtentsk]
|
||||
|
|
|
|||
|
|
@ -58,5 +58,3 @@ script = ${i:PROFILE_DIR}/script.sh
|
|||
|
||||
[scheduler]
|
||||
isolated_cores=${isolated_cores}
|
||||
|
||||
[rtentsk]
|
||||
|
|
|
|||
Loading…
Reference in a new issue