Re: [PATCH v3 4/9] tools/xl: add support for cache coloring configuration

2023-01-06 Thread Anthony PERARD
On Thu, Dec 22, 2022 at 04:28:56PM +0100, Carlo Nonato wrote: > > Could you invent a name that is more specific? Maybe "cache_colors" or > > something, or "vcpu_cache_colors". > > What about llc_colors? LLC stands for Last Level Cache and I'm trying to use > it everywhere else since it's what is

Re: [PATCH v3 4/9] tools/xl: add support for cache coloring configuration

2022-12-22 Thread Carlo Nonato
Hi Anthony, On Thu, Nov 24, 2022 at 4:21 PM Anthony PERARD wrote: > > On Sat, Oct 22, 2022 at 05:51:15PM +0200, Carlo Nonato wrote: > > diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in > > index b2901e04cf..5f53cec8bf 100644 > > --- a/docs/man/xl.cfg.5.pod.in > > +++

Re: [PATCH v3 4/9] tools/xl: add support for cache coloring configuration

2022-11-24 Thread Anthony PERARD
On Sat, Oct 22, 2022 at 05:51:15PM +0200, Carlo Nonato wrote: > diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in > index b2901e04cf..5f53cec8bf 100644 > --- a/docs/man/xl.cfg.5.pod.in > +++ b/docs/man/xl.cfg.5.pod.in > @@ -2880,6 +2880,16 @@ Currently, only the "sbsa_uart" model is

[PATCH v3 4/9] tools/xl: add support for cache coloring configuration

2022-10-22 Thread Carlo Nonato
Add a new "colors" parameter that defines the color assignment for a domain. The user can specify one or more color ranges using the same syntax used everywhere else for color config described in the documentation. The parameter is defined as a list of strings that represent the color ranges. Also