Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: tj@kernel.org
Cc: linux-ide@vger.kernel.org
Subject: [PATCH v2 0/2] ahci per-port msix support
Date: Sun, 01 Nov 2015 13:43:35 -0500	[thread overview]
Message-ID: <20151101184335.23222.22225.stgit@dwillia2-desk3.amr.corp.intel.com> (raw)

Changes since v1 [1]:

1/ Clean up "nvec = min(nvec, n_ports);" statement (Tejun)

2/ Drop threaded interrupt handling option for now.

[1]: http://marc.info/?l=linux-ide&m=144623970817213&w=2


---

A series of small fixups for ahci implementations that provide multiple
msi-x vectors.  The notable changes are needing to maintain support for
the current single-vector msix implementation and disabling threaded
irqs by default.

---

Dan Williams (2):
      ahci: per-port msix support
      ahci: switch from 'threaded' to 'hardirq' interrupt handling


 drivers/ata/ahci.c    |   68 +++++++++++++++++++++++++++++++++----------------
 drivers/ata/ahci.h    |    2 +
 drivers/ata/libahci.c |   44 ++++++++++++++++++++++++++------
 3 files changed, 84 insertions(+), 30 deletions(-)

             reply	other threads:[~2015-11-01 18:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-01 18:43 Dan Williams [this message]
2015-11-01 18:43 ` [PATCH v2 1/2] ahci: per-port msix support Dan Williams
2015-11-01 18:43 ` [PATCH v2 2/2] ahci: switch from 'threaded' to 'hardirq' interrupt handling Dan Williams
2015-11-02 19:23 ` [PATCH v2 0/2] ahci per-port msix support Tejun Heo
2015-11-03 22:32   ` Tejun Heo
2015-11-03 22:35     ` Dan Williams

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=20151101184335.23222.22225.stgit@dwillia2-desk3.amr.corp.intel.com \
    --to=dan.j.williams@intel.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=tj@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox