Re: [PATCH v11 01/12] xen/common: add cache coloring common code

2024-12-09 Thread Jan Beulich
On 03.12.2024 10:55, Michal Orzel wrote: > > > On 02/12/2024 17:59, Carlo Nonato wrote: >> >> >> Last Level Cache (LLC) coloring allows to partition the cache in smaller >> chunks called cache colors. >> >> Since not all architectures can actually implement it, add a HAS_LLC_COLORING >> Kconfig o

Re: [PATCH v11 01/12] xen/common: add cache coloring common code

2024-12-05 Thread Michal Orzel
On 03/12/2024 10:55, Michal Orzel wrote: > > > On 02/12/2024 17:59, Carlo Nonato wrote: >> >> >> Last Level Cache (LLC) coloring allows to partition the cache in smaller >> chunks called cache colors. >> >> Since not all architectures can actually implement it, add a HAS_LLC_COLORING >> Kconfi

Re: [PATCH v11 01/12] xen/common: add cache coloring common code

2024-12-03 Thread Michal Orzel
On 02/12/2024 17:59, Carlo Nonato wrote: > > > Last Level Cache (LLC) coloring allows to partition the cache in smaller > chunks called cache colors. > > Since not all architectures can actually implement it, add a HAS_LLC_COLORING > Kconfig option. > LLC_COLORS_ORDER Kconfig option has a ran

[PATCH v11 01/12] xen/common: add cache coloring common code

2024-12-02 Thread Carlo Nonato
Last Level Cache (LLC) coloring allows to partition the cache in smaller chunks called cache colors. Since not all architectures can actually implement it, add a HAS_LLC_COLORING Kconfig option. LLC_COLORS_ORDER Kconfig option has a range maximum of 10 (2^10 = 1024) because that's the number of co