Re: [dpdk-dev] [PATCH v5] eal: do not panic on shared memory init

2019-06-26 Thread Thomas Monjalon
11/06/2019 10:07, David Marchand: > On Mon, Jun 10, 2019 at 9:09 AM Arnon Warshavsky wrote: > > > This patch changes some void functions to return a value, > > so that the init sequence may tear down orderly > > instead of calling panic. > > > > Signed-off-by: Arnon Warshavsky > > --- > > > > Th

Re: [dpdk-dev] [PATCH v5] eal: do not panic on shared memory init

2019-06-11 Thread David Marchand
On Mon, Jun 10, 2019 at 9:09 AM Arnon Warshavsky wrote: > This patch changes some void functions to return a value, > so that the init sequence may tear down orderly > instead of calling panic. > > Signed-off-by: Arnon Warshavsky > --- > > The calls for launching core messaging threads were left

[dpdk-dev] [PATCH v5] eal: do not panic on shared memory init

2019-06-10 Thread Arnon Warshavsky
This patch changes some void functions to return a value, so that the init sequence may tear down orderly instead of calling panic. Signed-off-by: Arnon Warshavsky --- The calls for launching core messaging threads were left in tact in all 3 eal implementations. This should be addressed in a dif