Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1521747

Re: Summary of LPC guest MSI discussion in Santa Fe

From Joerg Roedel <joro@8bytes.org>
Newsgroups linux.kernel
Subject Re: Summary of LPC guest MSI discussion in Santa Fe
Date 2016-11-14 16:20 +0100
Message-ID <sDrd7-eg-17@gated-at.bofh.it> (permalink)
References (5 earlier) <sBVyG-5qG-33@gated-at.bofh.it> <sC1E5-QH-3@gated-at.bofh.it> <sCi2d-3Bo-1@gated-at.bofh.it> <sCmpc-6c5-27@gated-at.bofh.it> <sCmyR-6y4-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Nov 11, 2016 at 09:05:43AM -0700, Alex Williamson wrote:
> On Fri, 11 Nov 2016 08:50:56 -0700
> Alex Williamson <alex.williamson@redhat.com> wrote:
> > 
> > It's really just a happenstance that we don't map RAM over the x86 MSI
> > range though.  That property really can't be guaranteed once we mix
> > architectures, such as running an aarch64 VM on x86 host via TCG.
> > AIUI, the MSI range is actually handled differently than other DMA
> > ranges, so a iommu_map() overlapping a range that the iommu cannot map
> > should fail just like an attempt to map beyond the address width of the
> > iommu.
> 
> (clarification, this is x86 specific, the MSI controller - interrupt
> remapper - is embedded in the iommu AIUI, so the iommu is actually not
> able to provide DMA translation for this range.

Right, on x86 the MSI range can be covered by page-tables, but those are
ignored by the IOMMU hardware. But what I am trying to say is, that
checking for these ranges happens already on a higher level (in the
dma-api implementations by marking these regions as allocted) so that
there is no need to check for them again in the iommu_map/unmap path.



	Joerg

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: Summary of LPC guest MSI discussion in Santa Fe Joerg Roedel <joro@8bytes.org> - 2016-11-14 16:20 +0100

csiph-web