linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] x86/hyperv: MSI parent domain conversion
@ 2025-07-18 19:57 Nam Cao
  2025-07-18 19:57 ` [PATCH v3 1/1] x86/hyperv: Switch to msi_create_parent_irq_domain() Nam Cao
  2025-07-24 16:47 ` [PATCH v3 0/1] x86/hyperv: MSI parent domain conversion Wei Liu
  0 siblings, 2 replies; 8+ messages in thread
From: Nam Cao @ 2025-07-18 19:57 UTC (permalink / raw)
  To: K . Y . Srinivasan, Nuno Das Neves, Marc Zyngier, Haiyang Zhang,
	Wei Liu, Dexuan Cui, Thomas Gleixner, Ingo Molnar,
	Borislav Petkov, Dave Hansen, x86, H . Peter Anvin, linux-hyperv,
	linux-kernel
  Cc: Nam Cao

The initial implementation of PCI/MSI interrupt domains in the hierarchical
interrupt domain model used a shortcut by providing a global PCI/MSI
domain.

This works because the PCI/MSI[X] hardware is standardized and uniform, but
it violates the basic design principle of hierarchical interrupt domains:
Each hardware block involved in the interrupt delivery chain should have a
separate interrupt domain.

For PCI/MSI[X], the interrupt controller is per PCI device and not a global
made-up entity.

Unsurprisingly, the shortcut turned out to have downsides as it does not
allow dynamic allocation of interrupt vectors after initialization and it
prevents supporting IMS on PCI. For further details, see:

https://lore.kernel.org/lkml/20221111120501.026511281@linutronix.de/

The solution is implementing per device MSI domains, this means the
entities which provide global PCI/MSI domain so far have to implement MSI
parent domain functionality instead.

This series converts the x86 hyperv driver to implement MSI parent domain.

Changes in v3:

  - Drop the merged patch

  - Rebase onto hyperv-fixes

 arch/x86/hyperv/irqdomain.c | 111 ++++++++++++++++++++++++------------
 drivers/hv/Kconfig          |   1 +
 2 files changed, 77 insertions(+), 35 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-09-04 23:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18 19:57 [PATCH v3 0/1] x86/hyperv: MSI parent domain conversion Nam Cao
2025-07-18 19:57 ` [PATCH v3 1/1] x86/hyperv: Switch to msi_create_parent_irq_domain() Nam Cao
2025-08-21  7:34   ` Shradha Gupta
2025-09-03 19:40   ` Nuno Das Neves
2025-09-04  9:57     ` Thomas Gleixner
2025-09-04 23:57       ` Wei Liu
2025-07-24 16:47 ` [PATCH v3 0/1] x86/hyperv: MSI parent domain conversion Wei Liu
2025-09-03 14:00   ` Thomas Gleixner

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