The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] have pooled sunrpc services make more intelligent allocations
@ 2008-06-03 11:16 Jeff Layton
  2008-06-03 16:53 ` Tom Tucker
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Layton @ 2008-06-03 11:16 UTC (permalink / raw)
  To: linux-kernel, linux-nfs, bfields

The sunrpc code has had some support for spreading pooled services over
different NUMA nodes and CPUs for some time. So far though, this support
has been for CPU masks only. Memory allocated for these services is
generally done by whatever CPU happens to be running the init script
that starts the services and so most of it ends up on the same NUMA node.
This means that nfsd's end up wasting a lot of time updating remote
memory on a different memory node.

This patchset attempts to remedy that by having pooled services make
per-thread allocations that are on their local memory node. I have no
hard performance numbers for this particular patchset, but Greg Banks
sent me a different patch that has a similar effect and claims that
there is a significant performance gain.

Comments and suggestions appreciated...

Signed-off-by: Jeff Layton <jlayton@redhat.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-04 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 11:16 [PATCH 0/3] have pooled sunrpc services make more intelligent allocations Jeff Layton
2008-06-03 16:53 ` Tom Tucker
2008-06-03 17:42   ` Jeff Layton
2008-06-03 18:37     ` Tom Tucker
2008-06-04 11:53       ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox