From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 89C4EDDFCA for ; Mon, 29 Jan 2007 07:48:09 +1100 (EST) Message-ID: <45BD0BDC.40205@garzik.org> Date: Sun, 28 Jan 2007 15:47:24 -0500 From: Jeff Garzik MIME-Version: 1.0 To: Benjamin Herrenschmidt Subject: Re: [PATCH 0/6] MSI portability cleanups References: <1169714047.65693.647693675533.qpush@cradle> <1170015805.26655.15.camel@localhost.localdomain> In-Reply-To: <1170015805.26655.15.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Tony Luck , Grant Grundler , "David S. Miller" , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Kyle McMartin , linuxppc-dev@ozlabs.org, "Eric W. Biederman" , shaohua.li@intel.com, Ingo Molnar , linux-pci@atrey.karlin.mff.cuni.cz, Brice Goglin List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: >> The only architecture problem that isn't solvable in this context is >> the problem of supporting the crazy hypervisor on the ppc RTAS, which >> asks us to drive the hardware but does not give us access to the >> hardware registers. > > So you are saying that we should use your model while admitting that it > can't solve our problems... > > I really don't understand why you seem so totally opposed to Michael's > approach which definitely looks to me like the sane thing to do. Note > that in the end, Michael's approach isn't -that- different from yours, > just a bit more abstracted. I think the high-level ops approach makes more sense. It's more future proof, in addition to covering all existing implementations. Jeff