commit | c68db51589052ef9adee4dd699462681737849a2 | [log] [tgz] |
---|---|---|
author | Jon Derrick <jonathan.derrick@intel.com> | Mon Aug 29 11:19:01 2016 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Sep 19 13:14:05 2016 -0500 |
tree | 12af9daa5a8c40032daf3e55a3dc7d76ea199a6a | |
parent | 4fe0d154880bb6eb833cbe84fa6f385f400f0b9c [diff] |
x86/PCI: VMD: Allocate IRQ lists with correct MSI-X count To reduce the amount of memory required for IRQ lists, only allocate their space after calling pci_msix_enable_range() which may reduce the number of MSI-X vectors allocated. Signed-off-by: Jon Derrick <jonathan.derrick@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Keith Busch <keith.busch@intel.com>