From: Alexander Gordeev <agordeev@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Alexander Gordeev <agordeev@redhat.com>, linux-ide@vger.kernel.org
Subject: [PATCH v5 0/5] AHCI: Optimize interrupt processing in multi-MSI mode
Date: Mon, 29 Sep 2014 18:25:56 +0200 [thread overview]
Message-ID: <cover.1412007152.git.agordeev@redhat.com> (raw)
Changes since v4:
- CONFIG_SATA_HIGHBANK platform build error fixed;
- code movement (from ahci.c to libahci.c) separated from other changes;
Changes since v3:
- series rebased on libata/for-3.18;
- single IRQ interrupt update removed, along with patches 4,5
"AHCI: Get rid of redundant arg to ahci_handle_port_interrupt()"
"AHCI: Optimize single IRQ interrupt processing" removed;
- multi-MSI updated to skip zero value port status;
Changes since v2:
- single patch split in a series;
- benchmarking statistics reworded;
- HOST_IRQ_STAT reg optimization added (patch 6);
Cc: linux-ide@vger.kernel.org
Alexander Gordeev (5):
AHCI: Pass SCSI host template as arg to ahci_host_activate()
AHCI: Move ahci_host_activate() function to libahci.c
AHCI: Move host activation code into ahci_host_activate()
AHCI: Make few function names more descriptive
AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode
drivers/ata/acard-ahci.c | 3 +-
drivers/ata/ahci.c | 66 +-----------------
drivers/ata/ahci.h | 8 +--
drivers/ata/libahci.c | 149 +++++++++++++++++++++++------------------
drivers/ata/libahci_platform.c | 3 +-
drivers/ata/sata_highbank.c | 3 +-
6 files changed, 92 insertions(+), 140 deletions(-)
--
1.8.3.1
next reply other threads:[~2014-09-29 16:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 16:25 Alexander Gordeev [this message]
2014-09-29 16:25 ` [PATCH v5 1/5] AHCI: Pass SCSI host template as arg to ahci_host_activate() Alexander Gordeev
2014-09-29 16:25 ` [PATCH v5 2/5] AHCI: Move ahci_host_activate() function to libahci.c Alexander Gordeev
2014-09-29 16:25 ` [PATCH v5 3/5] AHCI: Move host activation code into ahci_host_activate() Alexander Gordeev
2014-09-29 16:26 ` [PATCH v5 4/5] AHCI: Make few function names more descriptive Alexander Gordeev
2014-09-29 16:26 ` [PATCH v5 5/5] AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode Alexander Gordeev
2014-10-06 15:24 ` [PATCH 6/5] AHCI: Optimize single IRQ interrupt processing Alexander Gordeev
2014-10-06 15:26 ` [PATCH 7/5] AHCI: Do not acquire ata_host::lock from single IRQ handler Alexander Gordeev
2014-10-06 15:45 ` [PATCH v5 0/5] AHCI: Optimize interrupt processing in multi-MSI mode Tejun Heo
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.1412007152.git.agordeev@redhat.com \
--to=agordeev@redhat.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.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.