Re: [PATCH v3] common/cnxk: fix IRQ reconfiguration

2024-10-01 Thread Jerin Jacob
On Sun, Sep 29, 2024 at 9:38 PM wrote: > > From: Pavan Nikhilesh > > Unregister SSO device and NPA IRQs before resizing > IRQs to cleanup stale IRQ handles. > > Fixes: 993107f0f440 ("common/cnxk: limit SSO interrupt allocation count") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nikhilesh > --

[PATCH v3] common/cnxk: fix IRQ reconfiguration

2024-09-29 Thread pbhagavatula
From: Pavan Nikhilesh Unregister SSO device and NPA IRQs before resizing IRQs to cleanup stale IRQ handles. Fixes: 993107f0f440 ("common/cnxk: limit SSO interrupt allocation count") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- v2 Changes: - Reorder npa interrupt un-registration. v3 C