Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756154AbaKROdI (ORCPT ); Tue, 18 Nov 2014 09:33:08 -0500 Received: from www.linutronix.de ([62.245.132.108]:39426 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755707AbaKROdD (ORCPT ); Tue, 18 Nov 2014 09:33:03 -0500 Date: Tue, 18 Nov 2014 15:32:59 +0100 (CET) From: Thomas Gleixner To: "Yun Wu (Abel)" cc: Jiang Liu , LKML , Bjorn Helgaas , Grant Likely , Marc Zyngier , Yingjoe Chen , Yijing Wang Subject: Re: [patch 08/16] genirq: Introduce callback irq_chip.irq_write_msi_msg In-Reply-To: <546B5635.6020806@huawei.com> Message-ID: References: <20141112133941.647950773@linutronix.de> <20141112134120.474411359@linutronix.de> <546B10DF.7020807@huawei.com> <546B4A91.6080004@huawei.com> <546B4D0D.9050601@linux.intel.com> <546B4F18.5060705@huawei.com> <546B51BA.6070806@linux.intel.com> <546B5635.6020806@huawei.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Nov 2014, Yun Wu (Abel) wrote: Can you please trim the messages when you're replying? > The above you described is absolutely right, but not the things I want > to know. :) > Take GICv3 ITS for example, it deals with both PCI and non PCI message > interrupts. IIUC, several irq_chips need to be implemented in the ITS > driver (i.e. pci_msi_chip, A_msi_chip and B_msi_chip). What should we > do to the ITS driver if new MSI-capable devices come out? You seem to miss the stacking here PCI-MSI -> A-MSI -> ITS -> GIC B-MSI -> So each of the device types has its own MSI controller. Each of them will have their own callbacks and are backed by the underlying ITS/GIC implementation. And that's the only sensible solution. Thanks, tglx -- 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/