Re: [PATCH net-next v12 05/13] page_pool: convert to use netmem

2024-06-17 Thread Pavel Begunkov
On 6/13/24 02:35, 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 no-op abstraction: it's al

Re: [PATCH net-next v12 05/13] page_pool: convert to use netmem

2024-06-13 Thread Mina Almasry
On Thu, Jun 13, 2024 at 1:36 AM Paul Barker wrote: > > On 13/06/2024 02:35, Mina Almasry wrote: > > Abstrace the memory type from the page_pool so we can later add support > > s/Abstrace/Abstract/ > Thanks, will do. > > for new memory types. Convert the page_pool to use the new netmem type > > a

Re: [PATCH net-next v12 05/13] page_pool: convert to use netmem

2024-06-13 Thread Paul Barker
On 13/06/2024 02:35, Mina Almasry wrote: > Abstrace the memory type from the page_pool so we can later add support s/Abstrace/Abstract/ > 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 ty