[PATCH] eal: add worker threads cleanup in rte_eal_cleanup()
Stephen Hemminger
stephen at networkplumber.org
Mon Mar 30 22:38:18 CEST 2026
On Tue, 14 Jan 2025 04:53:51 +0000
Gagandeep Singh <G.Singh at nxp.com> wrote:
> This is fine for graceful application termination, but what about non-graceful application termination?
> I have a DPAA bus cleanup patch ready, and will submit it soon, But we still need
> destructor in case application exit without calling the rte_eal_cleanup().
Any destructor has to use only signal safe functions. if you want to handle non-graceful shutdown.
That is really hard to do.
More information about the dev
mailing list