On Mon, Apr 28, 2025 at 02:22:57PM +0200, Thomas Gleixner wrote: > On Fri, Apr 25 2025 at 11:37, Bjorn Helgaas wrote: > > Subject prefix wants to be PCI/MSI > > git log --format=oneline path/to/file > > gives you a pretty decent hint > > > > > On Fri, Apr 25, 2025 at 03:53:57AM -0700, Shradha Gupta wrote: > >> For supporting dynamic MSI-X vector allocation by PCI controllers, enabling > >> the flag MSI_FLAG_PCI_MSIX_ALLOC_DYN is not enough, msix_prepare_msi_desc() > >> to prepare the desc is also needed. > > Please write things out: ... to prepare the MSI descriptor .... > > This is not twitter. > > >> Export pci_msix_prepare_desc() to allow PCI controllers to support dynamic > >> MSI-X vector allocation. > >> > >> Signed-off-by: Shradha Gupta <shradhagu...@linux.microsoft.com> > >> Reviewed-by: Haiyang Zhang <haiya...@microsoft.com> > > > Thanks for the update and for splitting this from the hv driver > > update. Will watch for Thomas's ack here. > > Other than that: > > Reviewed-by: Thomas Gleixner <t...@linutronix.de>
Thank you for all the comments Thomas. I'll be mindful of these going forward. regards, Shradha.