Re: [PATCH 2/2] numa: Parse initiator= attribute before cpus= attribute

2021-07-09 Thread Michal Prívozník
On 7/9/21 11:26 AM, Igor Mammedov wrote: > On Wed, 7 Jul 2021 15:40:30 +0200 > Michal Privoznik wrote: > >> When parsing cpus= attribute of -numa object couple of checks >> is performed, such as correct initiator setting (see the if() >> statement at the end of for() loop in >> machine_set_cpu_n

Re: [PATCH 2/2] numa: Parse initiator= attribute before cpus= attribute

2021-07-09 Thread Igor Mammedov
On Wed, 7 Jul 2021 15:40:30 +0200 Michal Privoznik wrote: > When parsing cpus= attribute of -numa object couple of checks > is performed, such as correct initiator setting (see the if() > statement at the end of for() loop in > machine_set_cpu_numa_node()). > > However, with the current code cp

[PATCH 2/2] numa: Parse initiator= attribute before cpus= attribute

2021-07-07 Thread Michal Privoznik
When parsing cpus= attribute of -numa object couple of checks is performed, such as correct initiator setting (see the if() statement at the end of for() loop in machine_set_cpu_numa_node()). However, with the current code cpus= attribute is parsed before initiator= attribute and thus the check ma