SUNRPC: Resupply rq_pages from node-local memory
authorChuck Lever <chuck.lever@oracle.com>
Mon, 15 May 2023 13:47:29 +0000 (09:47 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 5 Jun 2023 13:01:44 +0000 (09:01 -0400)
commit5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
tree777dbe9452d2baf67ac262a4fa9f01f468965562
parent39d432fc76301cf0a0c454022117601994ca9397
SUNRPC: Resupply rq_pages from node-local memory

svc_init_buffer() is careful to allocate the initial set of server
thread buffer pages from memory on the local NUMA node.
svc_alloc_arg() should also be that careful.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc_xprt.c