[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170603140403.27379-1-hch@lst.de>
Date: Sat, 3 Jun 2017 16:03:55 +0200
From: Christoph Hellwig <hch@....de>
To: Thomas Gleixner <tglx@...utronix.de>, Jens Axboe <axboe@...nel.dk>
Cc: Keith Busch <keith.busch@...el.com>,
linux-nvme@...ts.infradead.org, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: spread MSI(-X) vectors to all possible CPUs V2
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
Powered by blists - more mailing lists