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

2020-10-15 Thread David Marchand
On Mon, Oct 12, 2020 at 7:39 PM David Marchand wrote: > On Mon, Sep 28, 2020 at 2:01 AM 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

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

2020-10-12 Thread David Marchand
On Mon, Sep 28, 2020 at 2:01 AM 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 i

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

2020-10-08 Thread David Marchand
On Mon, Sep 28, 2020 at 2:01 AM 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

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

2020-09-28 Thread Bruce Richardson
On Mon, Sep 28, 2020 at 02:00:48AM +0200, 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 user

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

2020-09-27 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 Acked-by: