On Tue, Jun 2, 2020 at 6:35 PM Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Tue, Jun 2, 2020 at 12:25 PM Piotr Stankiewicz > <piotr.stankiewicz@xxxxxxxxx> wrote: ... > if (dd->flags & QIB_HAS_INTX) > flags = PCI_IRQ_ALL_TYPES; > if (dd->flags & QIB_HAS_INTX) This line should be 'else'. > flags = PCI_IRQ_MSI_TYPES; -- With Best Regards, Andy Shevchenko