Re: [net-next v1 02/16] net: page_pool: create hooks for custom page providers

2023-12-12 Thread Mina Almasry
On Tue, Dec 12, 2023 at 12:07 AM Ilias Apalodimas wrote: > > Hi Mina, > > Apologies for not participating in the party earlier. > No worries, thanks for looking. > On Fri, 8 Dec 2023 at 02:52, Mina Almasry wrote: > > > > From: Jakub Kicinski > > > > The page providers which try to reuse the

Re: [net-next v1 02/16] net: page_pool: create hooks for custom page providers

2023-12-12 Thread Ilias Apalodimas
Hi Mina, Apologies for not participating in the party earlier. On Fri, 8 Dec 2023 at 02:52, Mina Almasry wrote: > > From: Jakub Kicinski > > The page providers which try to reuse the same pages will > need to hold onto the ref, even if page gets released from > the pool - as in releasing the

[net-next v1 02/16] net: page_pool: create hooks for custom page providers

2023-12-07 Thread Mina Almasry
From: Jakub Kicinski The page providers which try to reuse the same pages will need to hold onto the ref, even if page gets released from the pool - as in releasing the page from the pp just transfers the "ownership" reference from pp to the provider, and provider will wait for other references