Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264518AbTIDBwv (ORCPT ); Wed, 3 Sep 2003 21:52:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264519AbTIDBwv (ORCPT ); Wed, 3 Sep 2003 21:52:51 -0400 Received: from adsl-63-194-239-202.dsl.lsan03.pacbell.net ([63.194.239.202]:62219 "EHLO mmp-linux.matchmail.com") by vger.kernel.org with ESMTP id S264518AbTIDBvp (ORCPT ); Wed, 3 Sep 2003 21:51:45 -0400 Date: Wed, 3 Sep 2003 18:52:03 -0700 From: Mike Fedyk To: Con Kolivas Cc: linux kernel mailing list , Andrew Morton Subject: Re: [PATCH]O20int Message-ID: <20030904015203.GL16361@matchmail.com> Mail-Followup-To: Con Kolivas , linux kernel mailing list , Andrew Morton References: <200309040053.22155.kernel@kolivas.org> <200309040855.46034.kernel@kolivas.org> <20030904001214.GH16361@matchmail.com> <200309041027.29407.kernel@kolivas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309041027.29407.kernel@kolivas.org> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 777 Lines: 27 On Thu, Sep 04, 2003 at 10:27:29AM +1000, Con Kolivas wrote: > On Thu, 4 Sep 2003 10:12, Mike Fedyk wrote: > > With how many processors? 64? 128? > > 1 cpu = 10ms minimum > 2 cpus = 20ms minimum > and so on. > > MIN_TIMESLICE * (1 << (MAX_BONUS - CURRENT_BONUS(p))) * num_online_cpus()) > > works out to: > 10 * num_online_cpus() > as the minimum > > and > > 10 * 1024 * num_online_cpus() > > as the maximum Ok brain fart. I thought you were deviding based on the number of CPUs... (misread the macro wrap for a "/" devide) - 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/