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(). --- Jesper Dangaard Brouer (3): net: page_pool: refactor dma_map into own function page_pool_dma_map net: page_pool: use alloc_pages_bulk in refill code path mm: make zone->free_area[order] access faster include/linux/mmzone.h | 6 ++- net/core/page_pool.c | 96 +++++++++++++++++++++++++++++++----------------- 2 files changed, 65 insertions(+), 37 deletions(-) --