On Mon, Jun 9, 2025 at 7:51 AM Christoph Hellwig <h...@infradead.org> wrote: > > Before you add new features to vduse, please remove the broken abuse of > the DMA API first. Without that no new feature work should go into > this code. >
Hi Christoph, This code does not touch the DMA API at all. Actually, we could even remove all the DMA code and these changes would work the same. Can't we just continue with this series and remove the abuse of the DMA API in parallel? If you detect broken uses of the DMA API I've missed please let me know and I'll be happy to remove or change them. Thanks!