All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Alexander Gordeev <agordeev@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Suresh Siddha <suresh.b.siddha@intel.com>,
	Yinghai Lu <yinghai@kernel.org>,
	Matthew Wilcox <willy@linux.intel.com>,
	x86@kernel.org, linux-pci@vger.kernel.org,
	linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 -tip 3/3] AHCI: Support multiple MSIs
Date: Mon, 03 Dec 2012 05:05:30 -0500	[thread overview]
Message-ID: <50BC796A.8040803@pobox.com> (raw)
In-Reply-To: <15bf7ee314dd55f21ec7d2a01c47613cd8190a7c.1353324359.git.agordeev@redhat.com>

On 11/19/2012 10:02 AM, Alexander Gordeev wrote:
> Take advantage of multiple MSIs implementation on x86 - on systems with
> IRQ remapping AHCI ports not only get assigned separate MSI vectors -
> but also separate IRQs. As result, interrupts generated by different
> ports could be serviced on different CPUs rather than on a single one.
>
> In cases when number of allocated MSIs is less than requested the Sharing
> Last MSI mode does not get used, no matter implemented in hardware or not.
> Instead, the driver assumes the advantage of multiple MSIs is negated and
> falls back to the single MSI mode as if MRSM bit was set (some Intel chips
> implement this strategy anyway - MRSM bit gets set even if the number of
> allocated MSIs exceeds the number of implemented ports).
>
> Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
> ---
>   drivers/ata/ahci.c    |   93 +++++++++++++++++++++++++++++++++++++--
>   drivers/ata/ahci.h    |    6 +++
>   drivers/ata/libahci.c |  118 ++++++++++++++++++++++++++++++++++++++++++++++---
>   3 files changed, 207 insertions(+), 10 deletions(-)

Acked-by: Jeff Garzik <jgarzik@redhat.com>




  reply	other threads:[~2012-12-03 10:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19 15:00 [PATCH v4 -tip 0/3] x86, MSI, AHCI: Support multiple MSIs Alexander Gordeev
2012-11-19 15:01 ` [PATCH v4 -tip 1/3] x86, MSI: Support multiple MSIs in presense of IRQ remapping Alexander Gordeev
2013-01-24 20:37   ` [tip:x86/apic] x86/MSI: " tip-bot for Alexander Gordeev
2012-11-19 15:02 ` [PATCH v4 -tip 2/3] PCI, MSI: Enable multiple MSIs with pci_enable_msi_block_auto() Alexander Gordeev
2013-01-24 20:38   ` [tip:x86/apic] PCI/MSI: " tip-bot for Alexander Gordeev
2012-11-19 15:02 ` [PATCH v4 -tip 3/3] AHCI: Support multiple MSIs Alexander Gordeev
2012-12-03 10:05   ` Jeff Garzik [this message]
2013-01-24 20:40   ` [tip:x86/apic] " tip-bot for Alexander Gordeev
  -- strict thread matches above, loose matches on Subject: below --
2012-10-07  5:24 [PATCH v4 -tip 0/3] x86, MSI, " Alexander Gordeev
2012-10-07  5:27 ` [PATCH v4 -tip 3/3] " Alexander Gordeev
2012-10-25  9:09   ` Ingo Molnar
2012-10-25  9:25     ` Alexander Gordeev
2012-10-25  9:36       ` Alexander Gordeev
2012-11-09 16:20         ` Alexander Gordeev

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=50BC796A.8040803@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=agordeev@redhat.com \
    --cc=bhelgaas@google.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=suresh.b.siddha@intel.com \
    --cc=tglx@linutronix.de \
    --cc=willy@linux.intel.com \
    --cc=x86@kernel.org \
    --cc=yinghai@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.