To isolate cores, the usual bootopts for that are: isolcpus rcu_nocbs nohz_full (each set to the cpu-list to isolate)
Then assign your tasks on these cpus with "taskset" and optionally realtime priority with "chrt"
To isolate cores, the usual bootopts for that are: isolcpus rcu_nocbs nohz_full (each set to the cpu-list to isolate)
Then assign your tasks on these cpus with "taskset" and optionally realtime priority with "chrt"