Re: Processor IDs on the Niagara

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The interrupts will arrive at a certain processor, will wake up
the process, and if this happens enough the process will migrate
to that cpu.
True, except that on the Niagara this may not be the desired configuration, as it would
result in both the process and the interrupt handling executing on the same strand.
I've just tested it, and this seems to be the case. I don't know how the scheduler is
tuned for inter-strand load-balancing, but it seems like having the process on a different
strand on the same core would be preferable.

Niagara T1 is a single "package", with 8 "cores".
Exactly my point. So why isn't there a single physical package ID for all CPUs under /sys/devices/system/cpu/cpuX/topology/physical_package_id ?

I misspoke here, this is not how I use the topology.
If proc_id is used by the scheduler and is supposed to indicate the internal core
arrangement, then cpu_data should have an extra phys_proc_id field, similar to other
architectures (which would then be exported via physical_package_id).

Elad

--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux