On Thu, 5 Jan 2023 at 23:46, Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> wrote: > > As part of simplifying struct page, create a new netmem type which > mirrors the page_pool members in struct page. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > --- > Documentation/networking/page_pool.rst | 5 +++ > include/net/page_pool.h | 46 ++++++++++++++++++++++++++ > 2 files changed, 51 insertions(+) Acked-by: Ilias Apalodimas <ilias.apalodimas@xxxxxxxxxx> [...]