This is a followup to Mel Gorman's patchset: - Message-Id: <20210224102603.19524-1-mgorman@xxxxxxxxxxxxxxxxxxx> - https://lore.kernel.org/netdev/20210224102603.19524-1-mgorman@xxxxxxxxxxxxxxxxxxx/ Showing page_pool usage of the API for alloc_pages_bulk(). Maybe Mel Gorman will/can carry these patches? (to keep it together with the alloc_pages_bulk API) --- Jesper Dangaard Brouer (2): net: page_pool: refactor dma_map into own function page_pool_dma_map net: page_pool: use alloc_pages_bulk in refill code path net/core/page_pool.c | 102 +++++++++++++++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 39 deletions(-) --