Re: [PATCH] dma-mapping: Use IOMMU DMA calls for common alloc/free page calls

From: Leon Romanovsky
Date: Thu Sep 05 2024 - 07:50:32 EST


On Thu, Sep 05, 2024 at 01:31:51PM +0200, Christoph Hellwig wrote:
> Thanks applied.
>
> I'm not entirely sure if simply duplicating the helper logic in dma-iommu
> would be better, but unless Robin has a strong preference we can just
> go with this version for now.

My plan (if it is possible to call such) is to progress towards new DMA API
first and then see how to refactor the code to make it more clean.

Thanks