Linux ATA/IDE development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ahci per-port msix support
@ 2015-11-01 18:43 Dan Williams
  2015-11-01 18:43 ` [PATCH v2 1/2] ahci: " Dan Williams
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dan Williams @ 2015-11-01 18:43 UTC (permalink / raw)
  To: tj; +Cc: linux-ide

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-03 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-01 18:43 [PATCH v2 0/2] ahci per-port msix support Dan Williams
2015-11-01 18:43 ` [PATCH v2 1/2] ahci: " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox