From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757331Ab0DRXZt (ORCPT ); Sun, 18 Apr 2010 19:25:49 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46123 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752858Ab0DRXZs (ORCPT ); Sun, 18 Apr 2010 19:25:48 -0400 Date: Sun, 18 Apr 2010 16:23:26 -0700 (PDT) From: Linus Torvalds To: Mathieu Desnoyers cc: Ingo Molnar , Peter Zijlstra , Mike Galbraith , Andrew Morton , Greg Kroah-Hartman , Steven Rostedt , Jarkko Nikula , Tony Lindgren , linux-kernel@vger.kernel.org Subject: Re: [RFC patch] CFS fix place entity spread issue (v2) In-Reply-To: <20100418225906.GA14337@Krystal> Message-ID: References: <20100418131302.GA3614@Krystal> <20100418225906.GA14337@Krystal> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 18 Apr 2010, Mathieu Desnoyers wrote: > > Degradation of this particular workload is expected, because the nature of the > large CFS spread issue favors Xorg: it gets litterally minutes of available > vruntime, while most other threads (e.g. kernel build, audio playing, etc..) > suffer from this. In that case, I think your patch is fundamentally incorrect. I care a _whole_ lot more about "usable desktop" than I care about some inane "available vruntime". If the current behavior breaks your vruntime rules, then the current behaviour is clearly _correct_. Linus