On 15-Sep-26 9:37 AM, Anatoly Burakov wrote:
Currently, during `dev_init`, we try to create a security context. At that
point we have already initialized the rte_flow engines, so any subsequent
failures must trigger flow engines uninit. However, if we fail to create a
security context (or if its initialization fails), we do not uninit the
rte_flow engines. Fix the code to do so on failure.
Fixes: 45570d7e4439 ("net/iavf: fix resource leak on probing failure")
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Anatoly Burakov <[email protected]>
---
Acked-by: Radu Nicolau <[email protected]>