Re: Using cpusets for configuration/isolation [Was Re: RT sched: cpupri_vec lock contention with def_root_domain and no load balance]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Nish Aravamudan wrote:

What you described is almost exactly what I did in my original cpu 
isolation patch, which did get NAKed :). Basically I used global 
cpu_isolated_map and exposed 'isolated' bit, etc.

I do not see how 'partfs' that you described would be different from 
'cpusets' that we have now. Just ignore 'tasks' files in the cpusets and 
you already have your 'partfs'. You do _not_ have to use cpuset for 
assigning tasks if you do not want to. Just use them to define sets of 
cpus and keep all the tasks in the 'root' set. You can then explicitly 
pin your threads down with pthread_set_affinity().

Max
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Using cpusets for configuration/isolation [Was Re: RT ..., Max Krasnyansky, (Tue Nov 18, 6:59 pm)
Re: Using cpusets for configuration/isolation [Was Re: RT ..., Max Krasnyansky, (Tue Nov 18, 10:14 pm)