[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection
From: |
Wanlong Gao |
Subject: |
Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection |
Date: |
Mon, 26 Aug 2013 09:43:29 +0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
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 <address@hidden>
>> Signed-off-by: Wanlong Gao <address@hidden>
>
> 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
>
- [Qemu-devel] [PATCH V9 00/12] Add support for binding guest numa nodes to host numa nodes, Wanlong Gao, 2013/08/23
- [Qemu-devel] [PATCH V9 01/12] NUMA: add NumaOptions, NumaNodeOptions and NumaMemOptions, Wanlong Gao, 2013/08/23
- [Qemu-devel] [PATCH V9 04/12] NUMA: move numa related code to numa.c, Wanlong Gao, 2013/08/23
- [Qemu-devel] [PATCH V9 05/12] NUMA: Add numa_info structure to contain numa nodes info, Wanlong Gao, 2013/08/23
- [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Wanlong Gao, 2013/08/23
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Andrew Jones, 2013/08/23
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection,
Wanlong Gao <=
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Andrew Jones, 2013/08/26
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Wanlong Gao, 2013/08/26
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Andrew Jones, 2013/08/26
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Paolo Bonzini, 2013/08/28
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Wanlong Gao, 2013/08/28
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Andrew Jones, 2013/08/29
- Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection, Andrew Jones, 2013/08/29
[Qemu-devel] [PATCH V9 08/12] NUMA: set guest numa nodes memory policy, Wanlong Gao, 2013/08/23
[Qemu-devel] [PATCH V9 07/12] NUMA: parse guest numa nodes memory policy, Wanlong Gao, 2013/08/23