From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993061AbXDYUQj (ORCPT ); Wed, 25 Apr 2007 16:16:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S2993062AbXDYUQj (ORCPT ); Wed, 25 Apr 2007 16:16:39 -0400 Received: from 1wt.eu ([62.212.114.60]:2271 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993061AbXDYUQi (ORCPT ); Wed, 25 Apr 2007 16:16:38 -0400 Date: Wed, 25 Apr 2007 22:13:09 +0200 From: Willy Tarreau To: William Lee Irwin III Cc: Ingo Molnar , "Li, Tong N" , Jeremy Fitzhardinge , Linus Torvalds , Nick Piggin , Juliusz Chroboczek , Con Kolivas , ck list , Bill Davidsen , linux-kernel@vger.kernel.org, Andrew Morton , Mike Galbraith , Arjan van de Ven , Peter Williams , Thomas Gleixner , caglar@pardus.org.tr, Gene Heskett Subject: Re: [REPORT] cfs-v4 vs sd-0.44 Message-ID: <20070425201309.GA5646@1wt.eu> References: <20070424212717.GR31925@holomorphy.com> <5FD5754DDBA0B1499B5A0B4BB5419485F72D3C@fmsmsx411.amr.corp.intel.com> <20070425094403.GA3290@elte.hu> <20070425115840.GT31925@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070425115840.GT31925@holomorphy.com> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 25, 2007 at 04:58:40AM -0700, William Lee Irwin III wrote: > Adjustments to the lag computation for for arrivals and departures > during execution are among the missing pieces. Some algorithmic devices > are also needed to account for the varying growth rates of lags of tasks > waiting to run, which arise from differing priorities/weights. that was the principle of my proposal of sorting tasks by expected completion time and using +/- credit to compensate for too large/too short slice used. Willy