Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756560Ab1EPP6i (ORCPT ); Mon, 16 May 2011 11:58:38 -0400 Received: from casper.infradead.org ([85.118.1.10]:58191 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756423Ab1EPP6h convert rfc822-to-8bit (ORCPT ); Mon, 16 May 2011 11:58:37 -0400 Subject: Re: [patch 08/15] sched: throttle cfs_rq entities which exceed their local runtime From: Peter Zijlstra To: Paul Turner Cc: linux-kernel@vger.kernel.org, Bharata B Rao , Dhaval Giani , Balbir Singh , Vaidyanathan Srinivasan , Srivatsa Vaddagiri , Kamalesh Babulal , Ingo Molnar , Pavel Emelyanov , Nikhil Rao In-Reply-To: <20110503092905.163081832@google.com> References: <20110503092846.022272244@google.com> <20110503092905.163081832@google.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Mon, 16 May 2011 17:58:15 +0200 Message-ID: <1305561495.2466.4449.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 Content-Length: 706 Lines: 16 On Tue, 2011-05-03 at 02:28 -0700, Paul Turner wrote: > + /* > + * it's possible active load balance has forced a throttled cfs_rq to > + * run again, we don't want to re-throttled in this case. > + */ > + if (cfs_rq_throttled(cfs_rq)) > + return; expand a little on this, why would load-balancing interact with a throttled group? load-balancing should fully ignore these things, they're not runnable after all. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/