|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] alloc_heap_pages rejecting several order=6 requests earl
On 20/03/2009 16:34, "Dan Magenheimer" <dan.magenheimer@xxxxxxxxxx> wrote:
> I'm just reporting this because the allocation failures
> are otherwise silent, and might be indicative of some
> bug (one would think that allocating a 256K chunk
> of memory during dom0 boot would always succeed...)
> or something that might reduce functionality or performance
> in dom0.
These will be swiotlb trying to get the lowest memory it possibly can. It
basically makes allocation calls with increasing acceptable address width
until the request succeeds. So these are harmless I believe.
Thanks,
Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|