[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v8 04/13] xen/arm: add Dom0 cache coloring support
Hi Jan, On Mon, May 6, 2024 at 2:01 PM Jan Beulich <jbeulich@xxxxxxxx> wrote: > > On 02.05.2024 18:55, Carlo Nonato wrote: > > Add a command line parameter to allow the user to set the coloring > > configuration for Dom0. > > A common configuration syntax for cache colors is introduced and > > documented. > > Take the opportunity to also add: > > - default configuration notion. > > - function to check well-formed configurations. > > > > Direct mapping Dom0 isn't possible when coloring is enabled, so > > CDF_directmap flag is removed when creating it. > > > > Based on original work from: Luca Miccio <lucmiccio@xxxxxxxxx> > > > > Signed-off-by: Carlo Nonato <carlo.nonato@xxxxxxxxxxxxxxx> > > Signed-off-by: Marco Solieri <marco.solieri@xxxxxxxxxxxxxxx> > > Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> > albeit ... > > > v8: > > - added bound check on dom0_num_colors > > - default colors array set just once > > v7: > > - parse_color_config() doesn't accept leading/trailing commas anymore > > - removed alloc_colors() helper > > v6: > > - moved domain_llc_coloring_free() in this patch > > ... I'm having trouble seeing why this was done: Dom0 isn't ever cleaned up > after, is it? domain_destroy() is never called for dom0, right? If so, yes this is wrongly placed here. Thanks. > Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |