|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v1 1/1] xen/arm: Map mmio-sram nodes as cached memory
Hi Edgar, On 15/12/16 11:26, Edgar E. Iglesias wrote: From: "Edgar E. Iglesias" <edgar.iglesias@xxxxxxxxxx> Relax the mapping of mmio-sram nodes that do not set the no-memory-wc property to cached normal memory. Rationale: Allthough on chip memories are relatively fast compared to s/Allthough/Although/ off-chip memories, large OCMs are still significantly slower May I ask what does OCMs mean? s/Allthough/Although/ + * off-chip memories, large OCMs are still significantly slower + * than L1 caches. Depending on the memory, either cached or + * uncached may make most sense. + * + * Also, dom0 may like to use the memory in a cache-coherent We prefer to use the term "hardware domain" rather than DOM0 when possible in the code. I consider it as the most trusted domain and has other way to mess up the platform. So I am fine with this relaxation for the hardware domain (AKA DOM0). However, I have the feeling that we need this kind of relaxation for many devices. For instance prefetchable memory BARs for PCI would have to be cacheable, same for integrated graphic cards. I am wondering whether for DOM0 only (*not the other guests), we should relax the default stage-2 attribute mapping to p2m_mmio_direct_c. So we would let DOM0 in charge of the final attribute. This may boost the performance of memory access in DOM0. Any opinions? Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |