Re: [dpdk-dev] [PATCH v2] test: fix debug autotest with eal cleanup addition

2018-01-31 Thread Van Haaren, Harry
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, January 31, 2018 2:32 PM > To: Ananyev, Konstantin ; Van Haaren, Harry > > Cc: dev@dpdk.org; pbhagavat...@caviumnetworks.com > Subject: Re: [dpdk-dev] [PATCH v2] test: fix debug autotest with eal cleanup >

Re: [dpdk-dev] [PATCH v2] test: fix debug autotest with eal cleanup addition

2018-01-31 Thread Thomas Monjalon
31/01/2018 14:53, Ananyev, Konstantin: > Hi Harry, > > From: Harry van Haaren > > > > Before this patch, the debug_autotest would call fork(), > > call rte_panic() or rte_exit() in the child process, and > > examine the return code to verify that rte_panic() and > > rte_exit() were correctly repo

Re: [dpdk-dev] [PATCH v2] test: fix debug autotest with eal cleanup addition

2018-01-31 Thread Ananyev, Konstantin
Hi Harry, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Harry van Haaren > Sent: Tuesday, January 30, 2018 6:26 PM > To: dev@dpdk.org > Cc: pbhagavat...@caviumnetworks.com; Van Haaren, Harry > ; tho...@monjalon.net > Subject: [dpdk-dev] [PATCH v2] test: fix d

Re: [dpdk-dev] [PATCH v2] test: fix debug autotest with eal cleanup addition

2018-01-30 Thread Thomas Monjalon
30/01/2018 19:26, Harry van Haaren: > Before this patch, the debug_autotest would call fork(), > call rte_panic() or rte_exit() in the child process, and > examine the return code to verify that rte_panic() and > rte_exit() were correctly reporting failures. > > With the inclusion of the rte_eal_c