On Sat, 2019-06-29 at 10:01 +0200, Thomas Gleixner wrote:
> Megha,
>
> On Fri, 21 Jun 2019, Megha Dey wrote:
> >
> >
> > +void default_teardown_msi_irqs_grp(struct pci_dev *dev, int
> > group_id)
> > +{
> > + int i;
> > + struct msi_desc *entry;
> > +
> > + for_each_pci_msi_entry(entry, d
Megha,
On Fri, 21 Jun 2019, Megha Dey wrote:
>
> +void default_teardown_msi_irqs_grp(struct pci_dev *dev, int group_id)
> +{
> + int i;
> + struct msi_desc *entry;
> +
> + for_each_pci_msi_entry(entry, dev) {
> + if (entry->group_id == group_id && entry->irq) {
> +
This is a preparatory patch to introduce disabling of MSI-X vectors
belonging to a particular group. In this patch, we introduce a x86
specific mechanism to teardown the IRQ vectors belonging to a
particular group.
Cc: Jacob Pan
Cc: Ashok Raj
Signed-off-by: Megha Dey
---
arch/x86/include/asm/x
3 matches
Mail list logo