From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754729Ab1GVSRB (ORCPT ); Fri, 22 Jul 2011 14:17:01 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:34422 "EHLO e23smtp05.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754674Ab1GVSRA (ORCPT ); Fri, 22 Jul 2011 14:17:00 -0400 Date: Fri, 22 Jul 2011 23:46:41 +0530 From: Kamalesh Babulal To: Peter Zijlstra Cc: Paul Turner , linux-kernel@vger.kernel.org, Bharata B Rao , Dhaval Giani , Balbir Singh , Vaidyanathan Srinivasan , Srivatsa Vaddagiri , Hidetoshi Seto , Ingo Molnar , Pavel Emelyanov , Jason Baron Subject: Re: [patch 11/18] sched: prevent interactions with throttled entities Message-ID: <20110722181641.GA31322@linux.vnet.ibm.com> Reply-To: Kamalesh Babulal References: <20110721164325.231521704@google.com> <20110721184757.777916795@google.com> <20110722114141.GA29349@linux.vnet.ibm.com> <1311335019.27400.30.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1311335019.27400.30.camel@twins> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra [2011-07-22 13:43:39]: > On Fri, 2011-07-22 at 17:11 +0530, Kamalesh Babulal wrote: > > > */ > > > - if (!busiest_cfs_rq->task_weight) > > > + if (!busiest_cfs_rq->task_weight || > > > + throttled_lb_pair(tg, busiest_cpu, this_cpu)) > > > > tip commit 9763b67fb9f30 removes both tg and busiest_cpu from > > load_balance_fair. > > Grrr, one more untrimmed email and you're in the /dev/null filter. Sorry, will take care of it next time.