Re: [RFC 0/6] Add multiple address spaces support to VDUSE

2025-06-23 Thread Christoph Hellwig
On Fri, Jun 20, 2025 at 08:25:50AM +0200, Eugenio Perez Martin wrote:
> 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?

But it touches vduse.  And vduse is marked broken because it still has
this long standing issues.  You don't add "ehancements" to code marked
BROKEN begfore fixing that.




Re: [RFC 0/6] Add multiple address spaces support to VDUSE

2025-06-19 Thread Eugenio Perez Martin
On Mon, Jun 9, 2025 at 7:51 AM Christoph Hellwig  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!




Re: [RFC 0/6] Add multiple address spaces support to VDUSE

2025-06-08 Thread Christoph Hellwig
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.