Re: [dpdk-dev] [PATCH v2] eal/mp: remove rte_panic and profanity

2018-11-13 Thread Thomas Monjalon
13/11/2018 19:03, Anatoly Burakov: > EAL should not crash when setting alarm fails. Also, remove the > profanity in error message. > > Fixes: daf9bfca717e ("ipc: remove thread for async requests") > > Cc: sta...@dpdk.org > Cc: step...@networkplumber.org > > Signed-off-by: Stephen Hemminger > Si

[dpdk-dev] [PATCH v2] eal/mp: remove rte_panic and profanity

2018-11-13 Thread Anatoly Burakov
EAL should not crash when setting alarm fails. Also, remove the profanity in error message. Fixes: daf9bfca717e ("ipc: remove thread for async requests") Cc: sta...@dpdk.org Cc: step...@networkplumber.org Signed-off-by: Stephen Hemminger Signed-off-by: Anatoly Burakov --- Notes: v2: fix u