From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755992Ab1IMSIM (ORCPT ); Tue, 13 Sep 2011 14:08:12 -0400 Received: from merlin.infradead.org ([205.233.59.134]:43843 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754344Ab1IMSIK convert rfc822-to-8bit (ORCPT ); Tue, 13 Sep 2011 14:08:10 -0400 Subject: Re: CFS Bandwidth Control - Test results of cgroups tasks pinned vs unpinnede From: Peter Zijlstra To: Srivatsa Vaddagiri Cc: Paul Turner , Kamalesh Babulal , Vladimir Davydov , "linux-kernel@vger.kernel.org" , Bharata B Rao , Dhaval Giani , Vaidyanathan Srinivasan , Ingo Molnar , Pavel Emelianov Date: Tue, 13 Sep 2011 20:07:41 +0200 In-Reply-To: <20110913175425.GB3062@linux.vnet.ibm.com> References: <1315571462.26517.9.camel@twins> <20110912101722.GA28950@linux.vnet.ibm.com> <1315830943.26517.36.camel@twins> <20110913041545.GD11100@linux.vnet.ibm.com> <20110913050306.GB7254@linux.vnet.ibm.com> <1315906788.575.3.camel@twins> <20110913112852.GE7254@linux.vnet.ibm.com> <1315922848.5977.11.camel@twins> <20110913162119.GA3045@linux.vnet.ibm.com> <1315931775.5977.29.camel@twins> <20110913175425.GB3062@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.0.3- Message-ID: <1315937261.4226.5.camel@twins> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2011-09-13 at 23:24 +0530, Srivatsa Vaddagiri wrote: > I guess the additional "system" time > can't be accounted for easily by the tick-based accounting system we > have. I agree there could be other un-observed side-effects of increased > load-balance frequency (like workload performance) that I haven't noticed. Yeah, very hard, its the tick that starts the balancer, so it would have to last longer than a tick to be noticed, very unlikely. We should implement full blown CONFIG_VIRT_CPU_ACCOUNTING,.. except I bet that once we do that people will want it enabled and I'm pretty sure people also don't want to pay the price for it... :-)