[PATCH RFC net-next 0/3] Use bulk order-0 page allocator API for page_pool

From: Jesper Dangaard Brouer
Date: Wed Feb 24 2021 - 14:00:03 EST


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(-)

--