From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754058Ab1GVLn5 (ORCPT ); Fri, 22 Jul 2011 07:43:57 -0400 Received: from merlin.infradead.org ([205.233.59.134]:39590 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753608Ab1GVLn4 convert rfc822-to-8bit (ORCPT ); Fri, 22 Jul 2011 07:43:56 -0400 Subject: Re: [patch 11/18] sched: prevent interactions with throttled entities From: Peter Zijlstra To: Kamalesh Babulal 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 In-Reply-To: <20110722114141.GA29349@linux.vnet.ibm.com> References: <20110721164325.231521704@google.com> <20110721184757.777916795@google.com> <20110722114141.GA29349@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Fri, 22 Jul 2011 13:43:39 +0200 Message-ID: <1311335019.27400.30.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.