Re: [dpdk-dev] [PATCH] net/octeontx2: fix exit paths after cq init

2019-11-14 Thread Jerin Jacob
On Mon, Nov 11, 2019 at 6:51 PM Anoob Joseph wrote: > > After otx2_nix_register_cq_irqs() is called and the IRQs are setup, > otx2_nix_unregister_cq_irqs() need to be called in the subsequent error > exit paths. > > Fixes: d34db5ccbf30 ("net/octeontx2: fix driver reconfiguration") > > Signed-off-b

[dpdk-dev] [PATCH] net/octeontx2: fix exit paths after cq init

2019-11-11 Thread Anoob Joseph
After otx2_nix_register_cq_irqs() is called and the IRQs are setup, otx2_nix_unregister_cq_irqs() need to be called in the subsequent error exit paths. Fixes: d34db5ccbf30 ("net/octeontx2: fix driver reconfiguration") Signed-off-by: Anoob Joseph --- drivers/net/octeontx2/otx2_ethdev.c | 4 ++--