Re: [PATCH 07/11] Powerpc/numa: Detect support for coregroup

2020-07-20 Thread Srikar Dronamraju
* Michael Ellerman [2020-07-20 23:56:19]: > Srikar Dronamraju writes: > > > Add support for grouping cores based on the device-tree classification. > > - The last domain in the associativity domains always refers to the > > core. > > - If primary reference domain happens to be the penultimate

Re: [PATCH 07/11] Powerpc/numa: Detect support for coregroup

2020-07-20 Thread Michael Ellerman
Srikar Dronamraju writes: > Add support for grouping cores based on the device-tree classification. > - The last domain in the associativity domains always refers to the > core. > - If primary reference domain happens to be the penultimate domain in > the associativity domains device-tree

Re: [PATCH 07/11] Powerpc/numa: Detect support for coregroup

2020-07-17 Thread Gautham R Shenoy
On Tue, Jul 14, 2020 at 10:06:20AM +0530, Srikar Dronamraju wrote: > Add support for grouping cores based on the device-tree classification. > - The last domain in the associativity domains always refers to the > core. > - If primary reference domain happens to be the penultimate domain in > the

[PATCH 07/11] Powerpc/numa: Detect support for coregroup

2020-07-13 Thread Srikar Dronamraju
Add support for grouping cores based on the device-tree classification. - The last domain in the associativity domains always refers to the core. - If primary reference domain happens to be the penultimate domain in the associativity domains device-tree property, then there are no coregroups.