Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754562AbZIXAyS (ORCPT ); Wed, 23 Sep 2009 20:54:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754537AbZIXAyK (ORCPT ); Wed, 23 Sep 2009 20:54:10 -0400 Received: from gate.crashing.org ([63.228.1.57]:45080 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752425AbZIXAx7 (ORCPT ); Wed, 23 Sep 2009 20:53:59 -0400 Subject: Re: [PATCH v3 0/3] cpu: pseries: Cpu offline states framework From: Benjamin Herrenschmidt To: Peter Zijlstra Cc: Gautham R Shenoy , Joel Schopp , Balbir Singh , Venkatesh Pallipadi , Dipankar Sarma , Vaidyanathan Srinivasan , Arun R Bharadwaj , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, "Darrick J. Wong" In-Reply-To: <1253016701.5506.73.camel@laptop> References: <20090915120629.20523.79019.stgit@sofia.in.ibm.com> <1253016701.5506.73.camel@laptop> Content-Type: text/plain Date: Thu, 24 Sep 2009 10:51:41 +1000 Message-Id: <1253753501.7103.358.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 24 On Tue, 2009-09-15 at 14:11 +0200, Peter Zijlstra wrote: > I still think its a layering violation... its the hypervisor manager > that should be bothered in what state an off-lined cpu is in. > That's not how our hypervisor works. If you ask through the management interface, to remove a CPU from a partition, the HV will communicate with a daemon inside the partition that will then unplug the CPU via the right call. I don't really understand your objections to be honest. And I fail to see why it would be a layering violation to have the ability for the OS to indicate in what state it wishes to relinguish a CPU to the hypervisor, which more or less defines what is the expected latency for getting it back later on. Ben. -- 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/