Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265581AbUA2K2d (ORCPT ); Thu, 29 Jan 2004 05:28:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265587AbUA2K2d (ORCPT ); Thu, 29 Jan 2004 05:28:33 -0500 Received: from mail002.syd.optusnet.com.au ([211.29.132.32]:56724 "EHLO mail002.syd.optusnet.com.au") by vger.kernel.org with ESMTP id S265581AbUA2K2a (ORCPT ); Thu, 29 Jan 2004 05:28:30 -0500 From: Con Kolivas To: Jos Hulzink , linux kernel mailing list Subject: Re: [PATCH] 2.6.1 Hyperthread smart "nice" Date: Thu, 29 Jan 2004 21:28:20 +1100 User-Agent: KMail/1.5.3 References: <200401291917.42087.kernel@kolivas.org> <200401291039.22561.josh@stack.nl> In-Reply-To: <200401291039.22561.josh@stack.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401292128.20650.kernel@kolivas.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 27 On Thu, 29 Jan 2004 20:39, Jos Hulzink wrote: > On Thursday 29 Jan 2004 09:17, Con Kolivas wrote: > > Hi all > > > > This patch (together with the ht base patch) will not allow a priority > > >10 difference to run concurrently on both siblings, instead putting the > > low priority one to sleep. Overall if you run concurrent nice 0 and nice > > 20 tasks with this patch your cpu throughput will drop during heavy > > periods by up to 10% (the hyperthread benefit), but your nice 0 task will > > run about 90% faster. It has no effect if you don't run any tasks at > > different "nice" levels. It does not modify real time tasks or kernel > > threads, and will allow niced tasks to run while a high priority kernel > > thread is running on the sibling cpu. > > If I read you correctly, if one thread has nothing else to do but the nice > 0 task, the nice 20 task will never be scheduled at all ? Sounds like not > the perfect solution to me... Wrong.. there is the matter of the other runqueue in smp mode :) Con - 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/