Re: [dpdk-dev] [PATCH 06/14] eal: mp: end the multiprocess thread during cleanup

2020-04-27 Thread Burakov, Anatoly
On 04-Jan-20 1:33 AM, Stephen Hemminger wrote: When rte_eal_cleanup is called, all control threads should exit. For the mp thread, this best handled by closing the mp_socket and letting the thread see that. This also fixes potential problems where the mp_socket gets another hard error, and the t

[dpdk-dev] [PATCH 06/14] eal: mp: end the multiprocess thread during cleanup

2020-01-03 Thread Stephen Hemminger
When rte_eal_cleanup is called, all control threads should exit. For the mp thread, this best handled by closing the mp_socket and letting the thread see that. This also fixes potential problems where the mp_socket gets another hard error, and the thread runs away repeating itself by reading the s