Re: [PATCH net-next v7 7/7] netmem: introduce a netmem API, virt_to_head_netmem()
From: Jakub Kicinski
Date: Thu Jun 26 2025 - 20:50:36 EST
On Wed, 25 Jun 2025 13:33:50 +0900 Byungchul Park wrote:
> To eliminate the use of struct page in page pool, the page pool code
> should use netmem descriptor and APIs instead.
>
> As part of the work, introduce a netmem API to convert a virtual address
> to a head netmem allowing the code to use it rather than the existing
> API, virt_to_head_page() for struct page.
nit: this one needs a caller for the new function to be merged