On Tue, 17 Aug 2021 08:57:18 +0530 <jer...@marvell.com> wrote: > From: Jerin Jacob <jer...@marvell.com> > > Introducing oops handling API with following specification > and enable stub implementation for Linux and FreeBSD. > > On rte_eal_init() invocation, the EAL library installs the > oops handler for the essential signals. > The rte_oops_signals_enabled() API provides the list > of signals the library installed by the EAL.
This is a big change, and many applications already handle these signals themselves. Therefore adding this needs to be opt-in and not enabled by default.