Re: [PATCH 11/11] powerpc/smp: Provide an ability to disable coregroup

2020-07-20 Thread Michael Ellerman
Srikar Dronamraju writes: > If user wants to enable coregroup sched_domain then they can boot with > kernel parameter "coregroup_support=on" Why would they want to do that? Adding options like this increases our test matrix by 2x (though in reality the non-default case will never be tested).

Re: [PATCH 11/11] powerpc/smp: Provide an ability to disable coregroup

2020-07-17 Thread Gautham R Shenoy
On Tue, Jul 14, 2020 at 10:06:24AM +0530, Srikar Dronamraju wrote: > If user wants to enable coregroup sched_domain then they can boot with > kernel parameter "coregroup_support=on" > > Cc: linuxppc-dev > Cc: Michael Ellerman > Cc: Nick Piggin > Cc: Oliver OHalloran > Cc: Nathan Lynch > Cc:

[PATCH 11/11] powerpc/smp: Provide an ability to disable coregroup

2020-07-13 Thread Srikar Dronamraju
If user wants to enable coregroup sched_domain then they can boot with kernel parameter "coregroup_support=on" Cc: linuxppc-dev Cc: Michael Ellerman Cc: Nick Piggin Cc: Oliver OHalloran Cc: Nathan Lynch Cc: Michael Neuling Cc: Anton Blanchard Cc: Gautham R Shenoy Cc: Vaidyanathan