Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862AbZI0TrJ (ORCPT ); Sun, 27 Sep 2009 15:47:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751038AbZI0TrI (ORCPT ); Sun, 27 Sep 2009 15:47:08 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:8030 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbZI0TrH (ORCPT ); Sun, 27 Sep 2009 15:47:07 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=s9p43WvRuDsc1PUYIKN29jS4vooVij78/SRyUUxIlnPyy76vYQ2U2RBW3bx+gv71sf DT9EK/+LckifLhXvThEuHrraF67DIhJUy0qjR1v+daWQ2vD2wM+CL6v9J+xLq9x+Ctqf P+xGe9gidkclWSdzFN/lalCN9gddZK7HqUPoQ= MIME-Version: 1.0 Date: Sun, 27 Sep 2009 21:47:10 +0200 Message-ID: Subject: sched regression introduced by NO_NEW_FAIR_SLEEPERS From: drago01 To: kernel list Cc: mingo@redhat.com, Chuck Ebbert Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 881 Lines: 24 Hi, Chuck has backported some scheduler patches from 2.6.32 to the fedora kernel. I did the following test to test the new scheduler (cpu is a core i7 920 4 cores + HT). run 8 "md5sum /dev/urandom" task and try to use the desktop (compiz). The result was that moving windows or rotating the cube is very slow. (same happens with pure metacity but is is worse in compiz). Mounting debugfs and doing "echo NEW_FAIR_SLEEPERS > sched_features" results into a useable desktop while the 8 md5sum tasks are running (ie. the system behaves as if they where not running at all from an interactivity pov). P.S: please CC me when replying. -- 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/