Re: [PATCH v4 0/2] DMA IOMMU static calls

From: Christoph Hellwig
Date: Tue Aug 13 2024 - 07:51:19 EST


On Tue, Aug 13, 2024 at 11:58:51AM +0200, Greg Kroah-Hartman wrote:
> I thought we were trying to get away from adding iommu stuff to struct
> device, but oh well :(

Strictly speaking this is DMA-API stuff, despite being related to
dma-iommu. And yes, I'd like to eventually move this out of
struct device into a separate dma_device, but that's pretty big
lift and for now this uses one of many spare bits without growing the
structure.