Re: [PATCH 9/9] net: page_pool: use alloc_pages_bulk in refill code path

2021-03-25 Thread Alexander Lobakin
From: Mel Gorman Date: Thu, 25 Mar 2021 11:42:28 + > From: Jesper Dangaard Brouer > > There are cases where the page_pool need to refill with pages from the > page allocator. Some workloads cause the page_pool to release pages > instead of recycling these pages. > > For these workload it can

[PATCH 9/9] net: page_pool: use alloc_pages_bulk in refill code path

2021-03-25 Thread Mel Gorman
From: Jesper Dangaard Brouer There are cases where the page_pool need to refill with pages from the page allocator. Some workloads cause the page_pool to release pages instead of recycling these pages. For these workload it can improve performance to bulk alloc pages from the page-allocator to r