Commit 94711d3
Maxim Levitsky
PCI: hv: Allow dynamic MSI-X vector allocation
JIRA: https://issues.redhat.com/browse/RHEL-109583
commit ad518f2
Author: Shradha Gupta <shradhagupta@linux.microsoft.com>
Date: Wed Jun 11 07:10:15 2025 -0700
PCI: hv: Allow dynamic MSI-X vector allocation
Allow dynamic MSI-X vector allocation for pci_hyperv PCI controller
by adding support for the flag MSI_FLAG_PCI_MSIX_ALLOC_DYN and using
pci_msix_prepare_desc() to prepare the MSI-X descriptors.
Feature support added for both x86 and ARM64
Signed-off-by: Shradha Gupta <shradhagupta@linux.microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>1 parent a9e894d commit 94711d3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2063 | 2063 | | |
2064 | 2064 | | |
2065 | 2065 | | |
| 2066 | + | |
2066 | 2067 | | |
2067 | 2068 | | |
2068 | 2069 | | |
| |||
2084 | 2085 | | |
2085 | 2086 | | |
2086 | 2087 | | |
2087 | | - | |
| 2088 | + | |
2088 | 2089 | | |
2089 | 2090 | | |
2090 | 2091 | | |
| |||
0 commit comments