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

2024-10-03 Thread Jerin Jacob
On Tue, Oct 1, 2024 at 6:41 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 Appl

[PATCH v4] common/cnxk: fix IRQ reconfiguration

2024-10-01 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