On 08/23/2013 04:40 PM, Andrew Jones wrote: > > > ----- Original Message ----- >> Add detection of libnuma (mostly contained in the numactl package) >> to the configure script. Can be enabled or disabled on the command line, >> default is use if available. >> >> Signed-off-by: Andre Przywara <andre.przyw...@amd.com> >> Signed-off-by: Wanlong Gao <gaowanl...@cn.fujitsu.com> > > Is this patch still necessary? I thought that dropping the > numa_num_configured_nodes() calls from patch 8/12 got rid > of the need for this library. Maybe I missed other uses?
Yes, in 08/12 we also use mbind(), and in 09/12 we use max_numa_node(). Thanks, Wanlong Gao > > drew >