We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2254808 commit 7fec07fCopy full SHA for 7fec07f
arch/x86/Kconfig
@@ -464,6 +464,17 @@ config X86_X2APIC
464
465
If you don't know what to do here, say N.
466
467
+config X86_POSTED_MSI
468
+ bool "Enable MSI and MSI-x delivery by posted interrupts"
469
+ depends on X86_64 && IRQ_REMAP
470
+ help
471
+ This enables MSIs that are under interrupt remapping to be delivered as
472
+ posted interrupts to the host kernel. Interrupt throughput can
473
+ potentially be improved by coalescing CPU notifications during high
474
+ frequency bursts.
475
+
476
+ If you don't know what to do here, say N.
477
478
config X86_MPPARSE
479
bool "Enable MPS table" if ACPI
480
default y
0 commit comments