From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755869Ab2EHQ0S (ORCPT ); Tue, 8 May 2012 12:26:18 -0400 Received: from merlin.infradead.org ([205.233.59.134]:46852 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754628Ab2EHQ0R convert rfc822-to-8bit (ORCPT ); Tue, 8 May 2012 12:26:17 -0400 Message-ID: <1336494356.8226.32.camel@twins> Subject: Re: [PATCH 07/41] cpuset: Set up interface for nohz flag From: Peter Zijlstra To: Christoph Lameter Cc: Thomas Gleixner , Geoff Levand , linaro-sched-sig@lists.linaro.org, Daniel Lezcano , Stephen Hemminger , LKML , Chris Metcalf , Gilad Ben Yossef , Hakan Akkan , Alessio Igor Bogani , Avi Kivity , Max Krasnyansky , Steven Rostedt , Andrew Morton , Ingo Molnar Date: Tue, 08 May 2012 18:25:56 +0200 In-Reply-To: <1336493768.8226.29.camel@twins> References: <1335830115-14335-1-git-send-email-fweisbec@gmail.com> <1335830115-14335-8-git-send-email-fweisbec@gmail.com> <1336488626.16236.41.camel@twins> <1336490832.8226.5.camel@twins> <1336492081.8226.13.camel@twins> <1336493768.8226.29.camel@twins> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2012-05-08 at 18:16 +0200, Peter Zijlstra wrote: > No, it simply doesn't (and cannot) know this.. well it could but I think > its an NP-hard problem. The way its been solved is by means of explicit > configuration using cpusets. Yeah, it looks like a combinatorics problem. Anyway, even if we could solve that problem we'd still end up with the cpuset infrastructure. Only auto-magically configured instead of manually.