[patch V2 08/31] PCI/MSI: Use msi_add_msi_desc()

2021-12-06 Thread Thomas Gleixner
Simplify the allocation of MSI descriptors by using msi_add_msi_desc() which moves the storage handling to core code and prepares for dynamic extension of the MSI-X vector space. Signed-off-by: Thomas Gleixner --- drivers/pci/msi/msi.c | 122 -- 1

Re: [patch V2 08/31] PCI/MSI: Use msi_add_msi_desc()

2021-12-07 Thread Bjorn Helgaas
On Mon, Dec 06, 2021 at 11:51:15PM +0100, Thomas Gleixner wrote: > Simplify the allocation of MSI descriptors by using msi_add_msi_desc() > which moves the storage handling to core code and prepares for dynamic > extension of the MSI-X vector space. > > Signed-off-by: Thomas Gleixner Acked-by: B