Messages in this thread |  | | | Date | Tue, 4 Mar 2008 19:11:59 -0600 | | From | Paul Jackson <> | | Subject | Re: [RFC/PATCH] cpuset: cpuset irq affinities |
| |
Max K wrote: > Yeah, that would definitely be awkward.
Yeah - agreed - awkward.
Forget that idea (allowing the same irq in multiple 'irqs' files.)
It seems to me that we get into trouble trying to cram that 'system' cpuset into the cpuset hierarchy, where that system cpuset is there to hold a list of irqs, but is only partially a good fit for the existing cpuset hierarchy.
Could this irq configuration be partly a system-wide configuration decision (which irqs are 'system' irqs), and partly a per-cpuset decision -- which cpusets (such as a real-time one) want to disable the usual system irqs that everyone else gets.
The cpuset portion of this should take only a single per-cpuset Boolean flag -- which if set True (1), asks the system to "please leave my CPUs off the list of CPUs receiving the usual system irqs."
Then the list of "usual system irqs" would be established in some /proc or /sys configuration. Such irqs would be able to go to any CPUs except those CPUs which found themselves in a cpuset with the above per-cpuset Boolean flag set True (1).
How does all this interact with /proc/irq/N/smp_affinity?
-- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <pj@sgi.com> 1.940.382.4214
|  |