Re: [PATCH] event/cnxk: fix SSO return code at fini

2023-03-03 Thread Jerin Jacob
On Thu, Mar 2, 2023 at 4:30 PM Volodymyr Fialko wrote: > > dev_fini() can return EAGAIN in case if LF is active(used by other > devices). Ignoring return code leads to early free of resources that are > still in use. > > Fixes: 8558dcaa05b8 ("event/cnxk: add build infra and device setup") > Cc: st

[PATCH] event/cnxk: fix SSO return code at fini

2023-03-02 Thread Volodymyr Fialko
dev_fini() can return EAGAIN in case if LF is active(used by other devices). Ignoring return code leads to early free of resources that are still in use. Fixes: 8558dcaa05b8 ("event/cnxk: add build infra and device setup") Cc: sta...@dpdk.org Signed-off-by: Volodymyr Fialko --- drivers/event/cn