Re: [PATCH v1 00/14] vfio: Device memory DMA mapping improvements

2021-03-08 Thread Jason Gunthorpe
On Mon, Mar 08, 2021 at 02:47:16PM -0700, Alex Williamson wrote: > The primary goal of this series is to better manage device memory > mappings, both with a much simplified scheme to zap CPU mappings of > device memory using unmap_mapping_range() and also to restrict IOMMU > mappings of PFNMAPs to

[PATCH v1 00/14] vfio: Device memory DMA mapping improvements

2021-03-08 Thread Alex Williamson
The primary goal of this series is to better manage device memory mappings, both with a much simplified scheme to zap CPU mappings of device memory using unmap_mapping_range() and also to restrict IOMMU mappings of PFNMAPs to vfio device memory and drop those mappings on device release. This