[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Patch] Make memory hole for PCI Express bigger and prevent roll-over
> > My only hesitation is that 0xF0000000-0xF4FFFFFF = 80Mb is smallish, > > especially considering the wasteful algorithm the Xen HVM BIOS > > currently uses to assign addresses (it can waste a lot of space). > > How is it wasteful? We could only do better if we assigned PCI resources in > descending order of size (and hence alignment requirement). Which we *could* > do, I suppose. Certainly the resource assignment code is going to get rather > more exciting anyway, to fully support the dynamic PCI hole. Pretty much that...the way it is now if the order in which BARs are enumerated is such that the first BAR wants a small amount (say 1KB and gets 0xF0000000-0xF00003FF) and then the second BAR wants a large amout (say 64 MB and gets 0xF4000000-0xF7FFFFFF) then a there is a big waste (0xF0000400-0xF3FFFFFF == ~64 MB). In the various configurations I was running almost as much PCI device address space got wasted as assigned. Thanks, Dave _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |