linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* support for partial irq affinity assignment
@ 2016-11-06 23:07 Christoph Hellwig
  2016-11-06 23:07 ` [PATCH 1/2] irq,pci: allow drivers to specify complex affinity requirement Christoph Hellwig
  2016-11-06 23:07 ` [PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues Christoph Hellwig
  0 siblings, 2 replies; 9+ messages in thread
From: Christoph Hellwig @ 2016-11-06 23:07 UTC (permalink / raw)
  To: tglx; +Cc: axboe, linux-block, linux-pci, linux-kernel

This series adds support for automatic interrupt assignment to devices
that have a few vectors that are set aside for admin or config purposes
and thus should not fall into the general per-cpu assginment pool.

The first patch adds that support to the core IRQ and PCI/msi code,
and the second is a small tweak to a block layer helper to make use
of it.  I'd love to have both go into the same tree so that consumers
of this (e.g. the virtio, scsi and rdma trees) only need to pull in
one of these trees as dependency.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* support for partial irq affinity assignment
@ 2016-11-07 18:47 Christoph Hellwig
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Hellwig @ 2016-11-07 18:47 UTC (permalink / raw)
  To: tglx; +Cc: axboe, linux-block, linux-pci, linux-kernel

This series adds support for automatic interrupt assignment to devices
that have a few vectors that are set aside for admin or config purposes
and thus should not fall into the general per-cpu assginment pool.

The first patch adds that support to the core IRQ and PCI/msi code,
and the second is a small tweak to a block layer helper to make use
of it.  I'd love to have both go into the same tree so that consumers
of this (e.g. the virtio, scsi and rdma trees) only need to pull in
one of these trees as dependency.

Changes since V1:
 - split up into more patches (thanks to Thomas for the initial work)
 - simplify internal parameter passing a bit (also thanks to Thomas)

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

end of thread, other threads:[~2016-11-07 18:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-06 23:07 support for partial irq affinity assignment Christoph Hellwig
2016-11-06 23:07 ` [PATCH 1/2] irq,pci: allow drivers to specify complex affinity requirement Christoph Hellwig
2016-11-07  8:36   ` Hannes Reinecke
2016-11-07 15:53   ` Thomas Gleixner
2016-11-06 23:07 ` [PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues Christoph Hellwig
2016-11-07  8:37   ` Hannes Reinecke
2016-11-07  9:37   ` Hannes Reinecke
2016-11-07 14:46     ` Christoph Hellwig
2016-11-07 18:47 support for partial irq affinity assignment Christoph Hellwig

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