[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenPPC] [xenppc-unstable] [POWERPC] memory cleanup (phase 2), destroy (et. al) now work
On Mon, 2006-08-14 at 17:48 -0400, Jimi Xenidis wrote: > On Aug 14, 2006, at 4:57 PM, Hollis Blanchard wrote: > > > > Why do we free the HTAB in arch_domain_destroy(), > Xen heap > > but free the RMA in > > domain_relinquish_resources()? > Domheap > > everytime you release !xenheap memory, it checks t->tot_pages and if > its zero releases a d->recnt. only when the refcnt = 1 (made zero by > destroy) will destroy get called. OK, to expand on your answer a bit, the difference is that the HTAB is allocated from the Xen heap, while the RMA is allocated from the domain heap. We have to free all domain heap memory in domain_relinquish_resources(), and only then will domain_destroy() be called. I think it might make sense to allocate the HTAB from the domain heap instead, but it's working for now... -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |