Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1656816

spread MSI(-X) vectors to all possible CPUs V2

From Christoph Hellwig <hch@lst.de>
Newsgroups linux.kernel
Subject spread MSI(-X) vectors to all possible CPUs V2
Date 2017-06-03 16:10 +0200
Message-ID <tOhUB-81i-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi all,

this series changes our automatic MSI-X vector assignment so that it
takes all present CPUs into account instead of all online ones.  This
allows to better deal with cpu hotplug events, which could happen
frequently due to power management for example.

Changes since V1:
 - rebase to current Linus' tree
 - add irq_lock_sparse calls
 - move memory allocations outside of (raw) spinlocks
 - make the possible cpus per node mask safe vs physical CPU hotplug
 - remove the irq_force_complete_move call
 - factor some common code into helpers
 - identation fixups

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

spread MSI(-X) vectors to all possible CPUs V2 Christoph Hellwig <hch@lst.de> - 2017-06-03 16:10 +0200
  [PATCH 3/8] genirq/affinity: factor out a irq_affinity_set helper Christoph Hellwig <hch@lst.de> - 2017-06-03 16:10 +0200
    Re: [PATCH 3/8] genirq/affinity: factor out a irq_affinity_set helper Sagi Grimberg <sagi@grimberg.me> - 2017-06-04 17:20 +0200
  [PATCH 6/8] blk-mq: include all present CPUs in the default queue mapping Christoph Hellwig <hch@lst.de> - 2017-06-03 16:10 +0200
    Re: [PATCH 6/8] blk-mq: include all present CPUs in the default queue  mapping Sagi Grimberg <sagi@grimberg.me> - 2017-06-04 17:20 +0200
  [PATCH 8/8] nvme: allocate queues for all possible CPUs Christoph Hellwig <hch@lst.de> - 2017-06-03 16:10 +0200
    Re: [PATCH 8/8] nvme: allocate queues for all possible CPUs Sagi Grimberg <sagi@grimberg.me> - 2017-06-04 17:20 +0200

csiph-web