Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

From: David Wei
Date: Sun Jun 09 2024 - 20:37:54 EST


On 2024-06-07 17:52, Jason Gunthorpe wrote:
> IMHO it seems to compose poorly if you can only use the io_uring
> lifecycle model with io_uring registered memory, and not with DMABUF
> memory registered through Mina's mechanism.

By this, do you mean io_uring must be exclusively used to use this
feature?

And you'd rather see the two decoupled, so userspace can register w/ say
dmabuf then pass it to io_uring?

>
> Jason