From: Alexander Gordeev <agordeev@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org, linux-s390@vger.kernel.org,
linux-pci@vger.kernel.org, x86@kernel.org,
linux-doc@vger.kernel.org, linux-ide@vger.kernel.org,
iommu@lists.linux-foundation.org,
Alexander Gordeev <agordeev@redhat.com>,
xen-devel@lists.xenproject.org, linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 0/3] Add pci_enable_msi_partial() to conserve MSI-related resources
Date: Tue, 10 Jun 2014 15:10:29 +0200 [thread overview]
Message-ID: <cover.1402405331.git.agordeev@redhat.com> (raw)
Add new pci_enable_msi_partial() interface and use it to
conserve on othewise wasted interrupt resources.
AHCI driver is the first user which would conserve on
10 out of 16 unused MSI vectors on some Intel chipsets.
Cc: linux-doc@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-s390@vger.kernel.org
Cc: x86@kernel.org
Cc: xen-devel@lists.xenproject.org
Cc: iommu@lists.linux-foundation.org
Cc: linux-ide@vger.kernel.org
Cc: linux-pci@vger.kernel.org
Alexander Gordeev (3):
PCI/MSI: Add pci_enable_msi_partial()
PCI/MSI/x86: Support pci_enable_msi_partial()
AHCI: Use pci_enable_msi_partial() to conserve on 10/16 MSIs
Documentation/PCI/MSI-HOWTO.txt | 36 ++++++++++++++--
arch/mips/pci/msi-octeon.c | 2 +-
arch/powerpc/kernel/msi.c | 4 +-
arch/s390/pci/pci.c | 2 +-
arch/x86/include/asm/pci.h | 3 +-
arch/x86/include/asm/x86_init.h | 3 +-
arch/x86/kernel/apic/io_apic.c | 2 +-
arch/x86/kernel/x86_init.c | 4 +-
arch/x86/pci/xen.c | 9 +++-
drivers/ata/ahci.c | 4 +-
drivers/iommu/irq_remapping.c | 10 ++--
drivers/pci/msi.c | 83 ++++++++++++++++++++++++++++++++++-----
include/linux/msi.h | 5 +-
include/linux/pci.h | 3 +
14 files changed, 134 insertions(+), 36 deletions(-)
--
1.7.7.6
next reply other threads:[~2014-06-10 13:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 13:10 Alexander Gordeev [this message]
2014-06-10 13:10 ` [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial() Alexander Gordeev
2014-06-23 20:11 ` Alexander Gordeev
2014-07-02 20:22 ` Bjorn Helgaas
2014-07-03 9:20 ` David Laight
2014-07-04 8:58 ` Alexander Gordeev
2014-07-04 9:11 ` David Laight
2014-07-04 9:54 ` Alexander Gordeev
2014-07-07 19:26 ` Bjorn Helgaas
2014-07-08 8:33 ` David Laight
2014-07-04 8:57 ` Alexander Gordeev
2014-07-07 19:40 ` Bjorn Helgaas
2014-07-07 20:42 ` Alexander Gordeev
2014-07-08 12:26 ` Alexander Gordeev
2014-07-09 16:06 ` Bjorn Helgaas
2014-07-10 10:11 ` Alexander Gordeev
2014-07-10 17:02 ` Bjorn Helgaas
2014-07-08 4:01 ` Michael Ellerman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1402405331.git.agordeev@redhat.com \
--to=agordeev@redhat.com \
--cc=iommu@lists.linux-foundation.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=x86@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).