The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1000+ NVMe system
@ 2026-07-28  6:42 santhosh kumar
  2026-07-28 22:52 ` Thomas Gleixner
  0 siblings, 1 reply; 10+ messages in thread
From: santhosh kumar @ 2026-07-28  6:42 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-kernel, tglx, akpm, mingo, bp, dave.hansen

Observed:
- Linux 6.13
- 384 CPUs
- 1000+ NVMe devices


With PCI_IRQ_AFFINITY:
- some NVMe devices fail to obtain dedicated MSI-X vectors


Without PCI_IRQ_AFFINITY:
- all NVMe devices obtain 2 MSI-X vectors

Investigation suggests an interaction between:
- group_cpus_evenly()
- irq_create_affinity_masks()
- x86 vector allocation



Looking for feedback on whether affinity-constrained vector allocation
could explain this behavior.

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

end of thread, other threads:[~2026-08-04 21:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28  6:42 [RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1000+ NVMe system santhosh kumar
2026-07-28 22:52 ` Thomas Gleixner
2026-07-29  6:29   ` santhosh kumar
2026-07-30 13:16     ` Thomas Gleixner
2026-07-30 13:28       ` Keith Busch
2026-07-30 19:44         ` Thomas Gleixner
2026-08-03 15:43           ` Keith Busch
2026-08-04 14:10             ` Christoph Hellwig
2026-08-04 14:56               ` Keith Busch
2026-08-04 21:27                 ` Thomas Gleixner

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