Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757890AbXE1FXM (ORCPT ); Mon, 28 May 2007 01:23:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753219AbXE1FW7 (ORCPT ); Mon, 28 May 2007 01:22:59 -0400 Received: from terminus.zytor.com ([192.83.249.54]:53227 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753131AbXE1FW7 (ORCPT ); Mon, 28 May 2007 01:22:59 -0400 Message-ID: <465A6719.4040807@zytor.com> Date: Sun, 27 May 2007 22:22:33 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: Roland Dreier CC: David Miller , abraham.manu@gmail.com, greg@kroah.com, linux-pci@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org Subject: Re: PCIE References: <46561287.8020103@gmail.com> <46584C30.4030206@gmail.com> <20070526.154910.78725926.davem@davemloft.net> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1164 Lines: 26 Roland Dreier wrote: > > I have a hard time imagining a PCI host bus controller that converts > MSI interrupts back to wire interrupts that go to pins on the CPU. > For one thing it would be hard to maintain the guarantee that > MSI interrupts can't pass DMAs. And it would be an absolutely silly > architecture too. > Well, on pretty much all CPUs interrupts sooner or later are combined to an interrupt signal (not necessarily an external pin) on the CPU indicating that an interrupt has happened. On many CPUs demultiplex is then done in software. As I said, I have seen at least one architecture where MSIs are treated as nothing other than another PCI interrupt -- you get five status bits from the PCI unit -- INTA, INTB, INTC, INTD, MSI. Needless to say, I didn't bother enabling MSI on that platform. Even if it had worked correctly, which I kind of doubt, it would probably have been a net loss. -hpa - 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/