[PATCH v1 00/17] Provide a new two step DMA mapping API
Christoph Hellwig
hch at lst.de
Thu Nov 7 00:32:56 PST 2024
On Tue, Nov 05, 2024 at 03:53:57PM -0400, Jason Gunthorpe wrote:
> > Yeah, I don't really get the struct page argument. In fact if we look
> > at the nitty-gritty details of dma_map_page it doesn't really need a
> > page at all.
>
> Today, if you want to map a P2P address you must have a struct page,
> because page->pgmap is the only source of information on the P2P
> topology.
>
> So the logic is, to get P2P without struct page we need a way to have
> all the features of dma_map_sg() but without a mandatory scatterlist
> because we cannot remove struct page from scatterlist.
Well, that is true but also not the point. The hard part is to
find the P2P routing information without the page. After that
any physical address based interface will work, including a trivial
dma_map_phys.
> > At least for the block code we have a nice little core wrapper that is
> > very easy to use, and provides a great reduction of memory use and
> > allocations. The HMM use case I'll let others talk about.
>
> I saw the Intel XE team make a complicated integration with the DMA
> API that wasn't so good. They were looking at an earlier version of
> this and I think the feedback was positive. It should make a big
> difference, but we will need to see what they come up and possibly
> tweak things.
Not even sure what XE is, but do you have a pointer to it? It would
really be great if people having DMA problems talked to the dma-mapping
and iommu maintaines / list..
More information about the Linux-nvme
mailing list