|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 14/19] hvmloader: disallow memory relocation when vNUMA is enabled
>>> On 21.11.14 at 16:06, <wei.liu2@xxxxxxxxxx> wrote:
> Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
So this is the fourth patch now without any description whatsoever.
> --- a/tools/firmware/hvmloader/pci.c
> +++ b/tools/firmware/hvmloader/pci.c
> @@ -88,6 +88,19 @@ void pci_setup(void)
> printf("Relocating guest memory for lowmem MMIO space %s\n",
> allow_memory_relocate?"enabled":"disabled");
>
> + /* Disallow low memory relocation when vNUMA is enabled, because
> + * relocated memory ends up off node. Further more, even if we
> + * dynamically expand node coverage in hvmloader, low memory and
> + * high memory may reside in different physical nodes, blindly
> + * relocates low memory to high memory gives us a sub-optimal
> + * configuration.
> + */
> + if ( hvm_info->nr_nodes != 0 && allow_memory_relocate )
> + {
> + allow_memory_relocate = false;
> + printf("vNUMA enabled, relocating guest memory for lowmem MMIO space
> disabled\n");
> + }
Apart from the comment violating our coding style, as already
indicated in the reply to Konrad's comment I don't think this is
the right approach. If it is meant to be a temporary measure, the
comment should say so (and perhaps have a TBD or similar grep-
able mark in it).
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |