mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
5fe29e8e4a
This patch introduces new types for expressing CPU affinities. Instead of dealing with physical CPU numbers, affinities are expressed as rectangles in a grid of virtual CPU nodes. This clears the way to conveniently assign sets of adjacent CPUs to subsystems, each of them managing their respective viewport of the coordinate space. By using 2D Cartesian coordinates, the locality of CPU nodes can be modeled for different topologies such as SMP (simple Nx1 grid), grids of NUMA nodes, or ring topologies. |
||
---|---|---|
.. | ||
affinity.run | ||
cap_integrity.run | ||
ds_ownership.run | ||
mp_server.run | ||
printf.run | ||
rm_fault.run | ||
sub_rm.run | ||
util_mmio.run |