Re: [dpdk-dev] [dpdk-techboard] [PATCH v2] eal: simplify exit functions

2020-09-30 Thread Kevin Traynor
On 28/09/2020 01:00, Thomas Monjalon wrote: > The option RTE_EAL_ALWAYS_PANIC_ON_ERROR was off by default, > and not customizable with meson. It is completely removed. > > The function rte_dump_registers is a trace of the bare metal support > era, and was not supported in userland. It is completel

Re: [dpdk-dev] [dpdk-techboard] [PATCH v2] eal: simplify exit functions

2020-09-28 Thread Ananyev, Konstantin
> The option RTE_EAL_ALWAYS_PANIC_ON_ERROR was off by default, > and not customizable with meson. It is completely removed. > > The function rte_dump_registers is a trace of the bare metal support > era, and was not supported in userland. It is completely removed. > > Signed-off-by: Thomas Monjal