Re: [dpdk-dev] [PATCH v3 0/2] Support EAL debug functions on Windows

2020-06-24 Thread Thomas Monjalon
24/06/2020 00:48, Dmitry Kozlyuk: > On Tue, 23 Jun 2020 23:57:19 +0300, tal...@mellanox.com wrote: > > > From: Tal Shnaiderman > > > > This patchset adds support for the EAL debug function on Windows by > > implementing backtracing in rte_dump_stack and cleanup calls in > > rte_eal_cleanup. >

Re: [dpdk-dev] [PATCH v3 0/2] Support EAL debug functions on Windows

2020-06-23 Thread Dmitry Kozlyuk
On Tue, 23 Jun 2020 23:57:19 +0300, tal...@mellanox.com wrote: > From: Tal Shnaiderman > > This patchset adds support for the EAL debug function on Windows by > implementing backtracing in rte_dump_stack and cleanup calls in > rte_eal_cleanup. > > Additionally, the functions rte_exit, __rte_p

[dpdk-dev] [PATCH v3 0/2] Support EAL debug functions on Windows

2020-06-23 Thread talshn
From: Tal Shnaiderman This patchset adds support for the EAL debug function on Windows by implementing backtracing in rte_dump_stack and cleanup calls in rte_eal_cleanup. Additionally, the functions rte_exit, __rte_panic and rte_dump_registers were moved to a common file to avoid code duplicat