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