Re: [PATCH v11 08/14] machine: Prefer cores over sockets in smp parsing since 6.2

2021-09-28 Thread Daniel P . Berrangé
On Tue, Sep 28, 2021 at 11:57:49AM +0800, Yanan Wang wrote: > In the real SMP hardware topology world, it's much more likely that > we have high cores-per-socket counts and few sockets totally. While > the current preference of sockets over cores in smp parsing results > in a virtual cpu topology w

[PATCH v11 08/14] machine: Prefer cores over sockets in smp parsing since 6.2

2021-09-27 Thread Yanan Wang
In the real SMP hardware topology world, it's much more likely that we have high cores-per-socket counts and few sockets totally. While the current preference of sockets over cores in smp parsing results in a virtual cpu topology with low cores-per-sockets counts and a large number of sockets, whic