Re: [PATCH RFC/TEST] sched: make sync affine wakeups work

From: Rik van Riel
Date: Tue May 06 2014 - 19:47:23 EST


On 05/06/2014 04:39 PM, Peter Zijlstra wrote:
> On Tue, May 06, 2014 at 04:19:21PM -0400, Rik van Riel wrote:
>> On 05/06/2014 07:54 AM, Peter Zijlstra wrote:
>>> On Fri, May 02, 2014 at 11:19:47AM -0400, Rik van Riel wrote:
>>>> As an aside, it also looks like SD_BALANCE_WAKE is set on all domains
> ^^^^^^^^^^^^^^^

>> static inline int sd_local_flags(int level)
>> {
>> if (sched_domains_numa_distance[level] > RECLAIM_DISTANCE)
>> return 0;
>>
>> return SD_BALANCE_EXEC | SD_BALANCE_FORK | SD_WAKE_AFFINE;
>> }
>
> No BALANCE_WAKE there

Yeah you're right, I typoed in my earlier email and didn't pick
up on it later. Doh.

--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/