|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [XEN][vNUMA][PATCH 7/9] Build NUMA HVM
WIth the NUMA allocator, pod is simply disabled as of now. This debug
statement seeped through when testing that. Will take care of it :)
However, I did test PoD for any regressions.
-dulloor
On Mon, Jul 5, 2010 at 2:55 AM, George Dunlap
<George.Dunlap@xxxxxxxxxxxxx> wrote:
> What's this line for:
>
>>+ if (nr_pages > target_pages)
>> {
>>- PERROR("Could not allocate memory.");
>>- goto error_out;
>>+ pod_mode = 1;
>>+ mem_flags |= XENMEMF_populate_on_demand;
>>+ IPRINTF("I SHOULDN'T BE HERE !!\n");
>
> It's not clear what this patch does to the PoD logic... does it still
> need some work, or should I try harder to grok it? Have you tested it
> in PoD mode?
>
> -George
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|