Hi Kevin, On Fri, 12 Apr 2024 09:16:25 +0000, "Tian, Kevin" <kevin.tian@xxxxxxxxx> wrote: > > From: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx> > > Sent: Saturday, April 6, 2024 6:31 AM > > > > +#ifdef CONFIG_X86_POSTED_MSI > > + > > +/* Posted Interrupt Descriptors for coalesced MSIs to be posted */ > > +DEFINE_PER_CPU_ALIGNED(struct pi_desc, posted_interrupt_desc); > > 'posted_msi_desc' to be more accurate? makes sense, will do. Thanks, Jacob