[PATCH] mm, page_pool: introduce a new page type for page pool in page type
From: Byungchul Park
Date: Mon Jul 21 2025 - 01:49:42 EST
Hi,
I focused on converting the existing APIs accessing ->pp_magic field to
page type APIs. However, yes. Additional works would better be
considered on top like:
1. Adjust how to store and retrieve dma index. Maybe network guys
can work better on top.
2. Move the sanity check for page pool in mm/page_alloc.c to on free.
Byungchul
---8<---