From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754249AbcJONOP (ORCPT ); Sat, 15 Oct 2016 09:14:15 -0400 Received: from foss.arm.com ([217.140.101.70]:46584 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753345AbcJONOH (ORCPT ); Sat, 15 Oct 2016 09:14:07 -0400 Date: Sat, 15 Oct 2016 14:14:01 +0100 From: Marc Zyngier To: Bharat Kumar Gogada Cc: "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Bjorn Helgaas , "arnd@arndb.de" Subject: Re: Why MSI is limited to 32 interrupts maximum Message-ID: <20161015141401.70d95035@why.wild-wind.fr.eu.org> In-Reply-To: <8520D5D51A55D047800579B0941471982594B0F3@XAP-PVEXMBX01.xlnx.xilinx.com> References: <8520D5D51A55D047800579B0941471982594B0F3@XAP-PVEXMBX01.xlnx.xilinx.com> Organization: ARM Ltd X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 15 Oct 2016 12:37:55 +0000 Bharat Kumar Gogada wrote: Hi Bharat, > Can anyone tell why MSI interrupts are limited to maximum 32 > interrupts, even though we have 16bit message data register ? That's the very definition of the original PCI MSI: Up to 32 consecutive interrupts per function, and a single doorbell address. MSI-X lifts that restriction and offers up to 2048 interrupts that do not have to be contiguous can target individual doorbells. Assuming your MSI controller advertises MSI-X support and that your devices do support it as well, you'll be able to enjoy those. > > Regards, > Bharat > > > This email and any attachments are intended for the sole use of the > named recipient(s) and contain(s) confidential information that may > be proprietary, privileged or copyrighted under applicable law. If > you are not the intended recipient, do not read, copy, or forward > this email message or any attachments. Delete this email message and > any attachments immediately. > Please fix your email not to carry such disclaimer (or use a private email address if you can't work around your company policy). Posting confidential information on a public mailing list feels a bit silly. Thanks, M. -- Without deviation from the norm, progress is not possible.