Re: [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem

2024-03-05 Thread Mina Almasry
On Mon, Mar 4, 2024 at 6:02 PM Mina Almasry wrote: > > Abstrace the memory type from the page_pool so we can later add support > for new memory types. Convert the page_pool to use the new netmem type > abstraction, rather than use struct page directly. > > As of this patch the netmem type is a

Re: [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem

2024-03-04 Thread David Howells
Hi Mina, I recommend you cc linux-mm and Matthew Wilcox on these two patches also. David

[RFC PATCH net-next v6 07/15] page_pool: convert to use netmem

2024-03-04 Thread Mina Almasry
Abstrace the memory type from the page_pool so we can later add support for new memory types. Convert the page_pool to use the new netmem type abstraction, rather than use struct page directly. As of this patch the netmem type is a no-op abstraction: it's always a struct page underneath. All the