[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fe1e1d66-9764-768a-a2da-73845d319b4e@deltatee.com>
Date: Fri, 11 May 2018 16:55:11 -0600
From: Logan Gunthorpe <logang@...tatee.com>
To: Stephen Bates <sbates@...thlin.com>,
Christian König <christian.koenig@....com>,
Jerome Glisse <jglisse@...hat.com>
Cc: Jens Axboe <axboe@...nel.dk>, Keith Busch <keith.busch@...el.com>,
"linux-nvdimm@...ts.01.org" <linux-nvdimm@...ts.01.org>,
"linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-nvme@...ts.infradead.org" <linux-nvme@...ts.infradead.org>,
"linux-block@...r.kernel.org" <linux-block@...r.kernel.org>,
Alex Williamson <alex.williamson@...hat.com>,
Jason Gunthorpe <jgg@...lanox.com>,
Bjorn Helgaas <helgaas@...nel.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Max Gurtovoy <maxg@...lanox.com>,
Christoph Hellwig <hch@....de>
Subject: Re: [PATCH v4 04/14] PCI/P2PDMA: Clear ACS P2P flags for all devices
behind switches
On 5/11/2018 4:24 PM, Stephen Bates wrote:
> All
>
>> Alex (or anyone else) can you point to where IOVA addresses are generated?
>
> A case of RTFM perhaps (though a pointer to the code would still be appreciated).
>
> https://www.kernel.org/doc/Documentation/Intel-IOMMU.txt
>
> Some exceptions to IOVA
> -----------------------
> Interrupt ranges are not address translated, (0xfee00000 - 0xfeefffff).
> The same is true for peer to peer transactions. Hence we reserve the
> address from PCI MMIO ranges so they are not allocated for IOVA addresses.
Hmm, except I'm not sure how to interpret that. It sounds like there
can't be an IOVA address that overlaps with the PCI MMIO range which is
good and what I'd expect.
But for peer to peer they say they don't translate the address which
implies to me that the intention is for a peer to peer address to not be
mapped in the same way using the dma_map interface (of course though if
you were using ATS you'd want this for sure). Unless the existing
dma_map command's notice a PCI MMIO address and handle them differently,
but I don't see how.
Logan
Powered by blists - more mailing lists