Re: [PATCH 04/11] powerpc/smp: Enable small core scheduling sooner

2020-07-20 Thread Srikar Dronamraju
* Jordan Niethe [2020-07-20 17:47:27]: > On Tue, Jul 14, 2020 at 2:44 PM Srikar Dronamraju > wrote: > > > > Enable small core scheduling as soon as we detect that we are in a > > system that supports thread group. Doing so would avoid a redundant > > check. > > > > Cc: linuxppc-dev > > Cc:

Re: [PATCH 04/11] powerpc/smp: Enable small core scheduling sooner

2020-07-20 Thread Jordan Niethe
On Tue, Jul 14, 2020 at 2:44 PM Srikar Dronamraju wrote: > > Enable small core scheduling as soon as we detect that we are in a > system that supports thread group. Doing so would avoid a redundant > check. > > Cc: linuxppc-dev > Cc: Michael Ellerman > Cc: Nick Piggin > Cc: Oliver OHalloran >

Re: [PATCH 04/11] powerpc/smp: Enable small core scheduling sooner

2020-07-20 Thread Srikar Dronamraju
* Gautham R Shenoy [2020-07-17 11:18:21]: > On Tue, Jul 14, 2020 at 10:06:17AM +0530, Srikar Dronamraju wrote: > > Enable small core scheduling as soon as we detect that we are in a > > system that supports thread group. Doing so would avoid a redundant > > check. > > > > Cc: linuxppc-dev > >

Re: [PATCH 04/11] powerpc/smp: Enable small core scheduling sooner

2020-07-16 Thread Gautham R Shenoy
On Tue, Jul 14, 2020 at 10:06:17AM +0530, Srikar Dronamraju wrote: > Enable small core scheduling as soon as we detect that we are in a > system that supports thread group. Doing so would avoid a redundant > check. > > Cc: linuxppc-dev > Cc: Michael Ellerman > Cc: Nick Piggin > Cc: Oliver