mbox series

[RFC,V2,net-next,0/2] Use bulk order-0 page allocator API for page_pool

Message ID 161460522573.3031322.15721946341157092594.stgit@firesoul
Headers show
Series Use bulk order-0 page allocator API for page_pool | expand

Message

Jesper Dangaard Brouer March 1, 2021, 1:29 p.m. UTC
This is a followup to Mel Gorman's patchset:
 - Message-Id: <20210224102603.19524-1-mgorman@techsingularity.net>
 - https://lore.kernel.org/netdev/20210224102603.19524-1-mgorman@techsingularity.net/

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

--