Re: [dpdk-dev] [PATCH v8 09/10] eal: replace rte_panic instances in init sequence

2018-04-25 Thread Burakov, Anatoly
On 25-Apr-18 2:45 PM, Arnon Warshavsky wrote: Change some local functions return type from void to int. This change does not break ABI as the functions are internal. Panic thrown from threads was not handled in this patch Signed-off-by: Arnon Warshavsky --- <...> retval = fcntl(mem_

[dpdk-dev] [PATCH v8 09/10] eal: replace rte_panic instances in init sequence

2018-04-25 Thread Arnon Warshavsky
Change some local functions return type from void to int. This change does not break ABI as the functions are internal. Panic thrown from threads was not handled in this patch Signed-off-by: Arnon Warshavsky --- lib/librte_eal/bsdapp/eal/eal.c | 69 +++--- lib/librte_eal/l