Re: [Qemu-devel] [RFC 2 PATCH 01/16] numa: Split the numa functionality

2019-12-02 Thread Babu Moger
Eduardo, Sorry taking time to respond to your comments earlier. Started working on something else so it took a while to come back. Working on v3 right now and taken care most of your comments on v2. Will plan to submit v3 sometime this week. On 10/9/19 10:25 PM, Eduardo Habkost wrote: > Hi, >

Re: [Qemu-devel] [RFC 2 PATCH 01/16] numa: Split the numa functionality

2019-10-09 Thread Eduardo Habkost
Hi, First of all, sorry for taking more than a month to start reviewing this. On Fri, Sep 06, 2019 at 07:11:43PM +, Moger, Babu wrote: > To support new epyc mode, we need to know the number of numa nodes > in advance to generate apic id correctly. [...] This explains that we need to

[Qemu-devel] [RFC 2 PATCH 01/16] numa: Split the numa functionality

2019-09-06 Thread Moger, Babu
To support new epyc mode, we need to know the number of numa nodes in advance to generate apic id correctly. So, split the numa initialization into two. The function parse_numa initializes numa_info and updates nb_numa_nodes. And then parse_numa_node does the numa node initialization.