Re: [PATCH v12 09/12] xen: add cache coloring allocator for domains

2024-12-16 Thread Michal Orzel
On 13/12/2024 17:28, Carlo Nonato wrote: > > > Add a new memory page allocator that implements the cache coloring mechanism. > The allocation algorithm enforces equal frequency distribution of cache > partitions, following the coloring configuration of a domain. This allows > for an even utili

[PATCH v12 09/12] xen: add cache coloring allocator for domains

2024-12-13 Thread Carlo Nonato
Add a new memory page allocator that implements the cache coloring mechanism. The allocation algorithm enforces equal frequency distribution of cache partitions, following the coloring configuration of a domain. This allows for an even utilization of cache sets for every domain. Pages are stored i