On Tue, 14 Jan 2025 04:53:51 +0000 Gagandeep Singh <[email protected]> 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.

