Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 09:34:55 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-hackers@freebsd.org
Cc:        Sean Hamilton <sh@bel.bc.ca>
Subject:   Re: NUMA support; tweaking TCP for GPRS
Message-ID:  <200911130934.55996.jhb@freebsd.org>
In-Reply-To: <20091113020835.GE12442@visor.slugabed.org>
References:  <20091113020835.GE12442@visor.slugabed.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 12 November 2009 9:08:35 pm Sean Hamilton wrote:
> Greetings -hackers,
> 
> I have two unrelated questions.
> 
> First, what is the status of NUMA support in FreeBSD? Is
> there a performance penalty on Nehalem-class systems,
> compared with Linux, which advertises NUMA awareness? Google
> seems to turn up very little on this subject.

Yes, there is a penalty.  I have some very simplistic NUMA support in a p4 
branch (//depot/user/jhb/numa/...) that just makes threads allocate memory 
close to the current CPU when requesting a free page.  It's not very general 
purpose, but it can be useful if you pin all your tasks to specific packages.  
I haven't tested it with non-pinned workloads to see what effect it has.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911130934.55996.jhb>