Re: [PATCH 0/3] vfio: Device memory DMA mapping improvements

2021-02-12 Thread Jason Gunthorpe
On Fri, Feb 12, 2021 at 12:27:19PM -0700, Alex Williamson wrote: > This series intends to improve some long standing issues with mapping > device memory through the vfio IOMMU interface (ie. P2P DMA mappings). > Unlike mapping DMA to RAM, we can't pin device memory, nor is it > always accessible.

[PATCH 0/3] vfio: Device memory DMA mapping improvements

2021-02-12 Thread Alex Williamson
This series intends to improve some long standing issues with mapping device memory through the vfio IOMMU interface (ie. P2P DMA mappings). Unlike mapping DMA to RAM, we can't pin device memory, nor is it always accessible. We attempt to tackle this (predominantly the first issue in this iteratio