[PATCH 0/2] SUNRPC page allocator improvements
From: Chuck Lever <cel@kernel.org>
Date: 2023-05-15 13:47:27
From: Chuck Lever <cel@kernel.org>
Date: 2023-05-15 13:47:27
Here are a couple of page allocation optimizations I found while
working on other things. Copying Dave for review, as NUMA-enabled
page allocation was originally his idea.
---
Chuck Lever (2):
SUNRPC: Resupply rq_pages from node-local memory
SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()
net/sunrpc/svc.c | 23 +++++++----------------
net/sunrpc/svc_xprt.c | 5 +++--
2 files changed, 10 insertions(+), 18 deletions(-)
--
Chuck Lever