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

2020-06-30 Thread Kinsella, Ray
On 24/06/2020 10:36, 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 complet

[dpdk-dev] [PATCH 20.11] eal: simplify exit functions

2020-06-24 Thread Thomas Monjalon
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 Monjalon --- Becaus