On Mon, Nov 1, 2021 at 6:44 PM Harman Kalra <hka...@marvell.com> wrote: > > Handling the case where number of MSIX interrupts are greater > than default value i.e. PLT_MAX_RXTX_INTR_VEC_ID. On PCI probe > device is queried for supported MSIX interrupts, and respective > interrupt resources are reallocated with this value. Same MSIX > count should be used while registering new interrupt vectors. > > Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle")
I don't think the issue comes from this change. I'd rather flag: Fixes: 8cb5d08db940 ("interrupts: extend event list") > > Signed-off-by: Harman Kalra <hka...@marvell.com> -- David marchand