Welcome to the Linux Foundation Forum!
How to exclusively assign process to a core?
Hi All,
i need to _exclusively_ assign a process to a core on SMP system.
I should do that with a kernel module not in user-mode.
I tried CGroup, but it doesn't assign exclusively a process to core.
I want this:
4 cores, 20 processes.
Process 1 -> Core 1
Processes 2-19 -> Core 2-4
Every time a new process has been created it doesn't must be assigned to Core 1.
Thanks
nottix
0
Comments