From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752362AbbCWKAW (ORCPT ); Mon, 23 Mar 2015 06:00:22 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:36842 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbbCWKAR (ORCPT ); Mon, 23 Mar 2015 06:00:17 -0400 Message-ID: <550FE41E.8030604@linux.vnet.ibm.com> Date: Mon, 23 Mar 2015 15:29:58 +0530 From: Preeti U Murthy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Peter Zijlstra , Vincent Guittot CC: Srikar Dronamraju , Ingo Molnar , linux-kernel , Morten Rasmussen , Kamalesh Babulal , Rik van Riel , Mike Galbraith , Nicolas Pitre , Dietmar Eggemann , Linaro Kernel Mailman List Subject: Re: [PATCH v10 10/11] sched: add SD_PREFER_SIBLING for SMT level References: <1425052454-25797-1-git-send-email-vincent.guittot@linaro.org> <1425052454-25797-11-git-send-email-vincent.guittot@linaro.org> <20150302115249.GA9875@linux.vnet.ibm.com> <20150323091152.GC23123@twins.programming.kicks-ass.net> In-Reply-To: <20150323091152.GC23123@twins.programming.kicks-ass.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15032310-0025-0000-0000-00000966F670 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/23/2015 02:41 PM, Peter Zijlstra wrote: > On Tue, Mar 03, 2015 at 09:38:11AM +0100, Vincent Guittot wrote: > >>> Prefer siblings logic dates back to https://lkml.org/lkml/2009/8/27/210 >>> and only used in update_sd_lb_stats() where we have >>> >>> if (child && child->flags & SD_PREFER_SIBLING) >>> prefer_sibling = 1; >>> >>> However what confuses me is why should we even look at a child domain's >>> flag to balance tasks across the current sched domain? Why cant we just >>> set and use a sd flag at current level than to look at child domain >>> flag? >> >> Peter, >> have you got some insight about the reason ? > > Yeah, because it makes sense that way? ;-) > > The we want to move things to the child's sibling, not the parent's > sibling. We further need to have a child for this to make sense. > > +1. The above is precisely why we need this patch. Regards Preeti U Murthy