Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757004AbXJCJLS (ORCPT ); Wed, 3 Oct 2007 05:11:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752900AbXJCJLH (ORCPT ); Wed, 3 Oct 2007 05:11:07 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:44076 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752562AbXJCJLG (ORCPT ); Wed, 3 Oct 2007 05:11:06 -0400 Date: Wed, 3 Oct 2007 11:10:58 +0200 From: Ingo Molnar To: Jarek Poplawski Cc: David Schwartz , linux-kernel@vger.kernel.org Subject: Re: Network slowdown due to CFS Message-ID: <20071003091058.GB7802@elte.hu> References: <20071002060607.GA18588@elte.hu> <20071003080224.GB1726@ff.dom.local> <20071003081613.GA29904@elte.hu> <20071003085636.GC1726@ff.dom.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071003085636.GC1726@ff.dom.local> User-Agent: Mutt/1.5.14 (2007-02-12) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.1.7-deb -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0001] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2518 Lines: 57 * Jarek Poplawski wrote: > On Wed, Oct 03, 2007 at 10:16:13AM +0200, Ingo Molnar wrote: > > > > * Jarek Poplawski wrote: > > > > > > firstly, there's no notion of "timeslices" in CFS. (in CFS tasks > > > > "earn" a right to the CPU, and that "right" is not sliced in the > > > > traditional sense) But we tried a conceptually similar thing [...] > > > > > > >From kernel/sched_fair.c: > > > > > > "/* > > > * Targeted preemption latency for CPU-bound tasks: > > > * (default: 20ms, units: nanoseconds) > > > * > > > * NOTE: this latency value is not the same as the concept of > > > * 'timeslice length' - timeslices in CFS are of variable length. > > > * (to see the precise effective timeslice length of your workload, > > > * run vmstat and monitor the context-switches field) > > > ..." > > > > > > So, no notion of something, which are(!) of variable length, and which > > > precise effective timeslice lenght can be seen in nanoseconds? (But > > > not timeslice!) > > > > You should really read and understand the code you are arguing about :-/ > > Maybe you could help me with better comments? IMHO, it would be enough > to warn new timeslices have different meaning, or stop to use this > term at all. [...] i'm curious, what better do you need than the very detailed comment quoted above? Which bit of "this latency value is not the same as the concept of timeslice length" is difficult to understand? The timeslices of tasks (i.e. the time they spend on a CPU without scheduling away) is _not_ maintained directly in CFS as a per-task variable that can be "cleared", it's not the metric that drives scheduling. Yes, of course CFS too "slices up CPU time", but those slices are not the per-task variables of traditional schedulers and cannot be 'cleared'. > [...] (Btw, in -rc8-mm2 I see new sched_slice() function which seems > to return... time.) wrong again. That is a function, not a variable to be cleared. (Anyway, the noise/signal ratio is getting increasingly high in this thread with no progress in sight, so i cannot guarantee any further replies - possibly others will pick up the tab and explain/discuss any other questions that might come up. Patches are welcome of course.) Ingo - 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/