Re: [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

From: Jakub Kicinski
Date: Fri Mar 22 2024 - 19:20:07 EST


On Fri, 22 Mar 2024 10:40:26 -0700 Mina Almasry wrote:
> Other designs for this hugepage use case are possible, I'm just
> describing Jakub's idea for it as a potential use-case for these
> hooks.

I made it ops because I had 4 different implementations with different
recycling algorithms. I think it's a fairly reasonable piece of code.