Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1645404
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | spread MSI(-X) vectors to all possible CPUs V2 |
| Date | 2017-05-19 11:00 +0200 |
| Message-ID | <tILVn-84l-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 - remove the irq_force_complete_move call - factor some common code into helpers - identation fixups
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
spread MSI(-X) vectors to all possible CPUs V2 Christoph Hellwig <hch@lst.de> - 2017-05-19 11:00 +0200
[PATCH 1/7] genirq: allow assigning affinity to present but not online CPUs Christoph Hellwig <hch@lst.de> - 2017-05-19 11:00 +0200
[PATCH 2/7] genirq/affinity: assign vectors to all present CPUs Christoph Hellwig <hch@lst.de> - 2017-05-19 11:00 +0200
Re: [PATCH 2/7] genirq/affinity: assign vectors to all present CPUs Thomas Gleixner <tglx@linutronix.de> - 2017-05-21 20:40 +0200
Re: [PATCH 2/7] genirq/affinity: assign vectors to all present CPUs Christoph Hellwig <hch@lst.de> - 2017-05-23 11:40 +0200
csiph-web