Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753825AbbLDSBr (ORCPT ); Fri, 4 Dec 2015 13:01:47 -0500 Received: from foss.arm.com ([217.140.101.70]:56252 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751544AbbLDSBq (ORCPT ); Fri, 4 Dec 2015 13:01:46 -0500 Message-ID: <5661D506.6000509@arm.com> Date: Fri, 04 Dec 2015 18:01:42 +0000 From: Marc Zyngier Organization: ARM Ltd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Ray Jui , Bjorn Helgaas CC: Arnd Bergmann , Hauke Mehrtens , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org Subject: Re: [PATCH v5 4/5] PCI: iproc: Add iProc PCIe MSI support References: <1449250502-10679-1-git-send-email-rjui@broadcom.com> <1449250502-10679-5-git-send-email-rjui@broadcom.com> In-Reply-To: <1449250502-10679-5-git-send-email-rjui@broadcom.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2091 Lines: 50 On 04/12/15 17:35, Ray Jui wrote: > This patch adds PCIe MSI support for both PAXB and PAXC interfaces on > all iProc based platforms > > The iProc PCIe MSI support deploys an event queue based implementation. > Each event queue is serviced by a GIC interrupt and can support up to 64 > MSI vectors. Host memory is allocated for the event queues, and each event > queue consists of 64 word-sized entries. MSI data is written to the > lower 16-bit of each entry, whereas the upper 16-bit of the entry is > reserved for the controller for internal processing > > Each event queue is tracked by a head pointer and tail pointer. Head > pointer indicates the next entry in the event queue to be processed by > the driver and is updated by the driver after processing is done. > The controller uses the tail pointer as the next MSI data insertion > point. The controller ensures MSI data is flushed to host memory before > updating the tail pointer and then triggering the interrupt > > MSI IRQ affinity is supported by evenly distributing the interrupts to > each CPU core. MSI vector is moved from one GIC interrupt to another in > order to steer to the target CPU > > Therefore, the actual number of supported MSI vectors is: > > M * 64 / N > > where M denotes the number of GIC interrupts (event queues), and N > denotes the number of CPU cores > > This iProc event queue based MSI support should not be used with newer > platforms with integrated MSI support in the GIC (e.g., giv2m or > gicv3-its) > > Signed-off-by: Ray Jui > Reviewed-by: Anup Patel > Reviewed-by: Vikram Prakash > Reviewed-by: Scott Branden Good thing I didn't reply on v4! Reviewed-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny... -- 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/