Re: [dpdk-dev] [PATCH v2] eal/ipc: stop async IPC loop on callback request

2018-04-16 Thread Thomas Monjalon
13/04/2018 17:24, Tan, Jianfeng: > > On 4/10/2018 11:28 PM, Anatoly Burakov wrote: > > EAL did not stop processing further asynchronous requests on > > encountering a request that should trigger the callback. This > > resulted in erasing valid requests but not triggering them. > > > > Fix this by

Re: [dpdk-dev] [PATCH v2] eal/ipc: stop async IPC loop on callback request

2018-04-13 Thread Tan, Jianfeng
On 4/10/2018 11:28 PM, Anatoly Burakov wrote: EAL did not stop processing further asynchronous requests on encountering a request that should trigger the callback. This resulted in erasing valid requests but not triggering them. Fix this by stopping the loop once we have a request that can tri

[dpdk-dev] [PATCH v2] eal/ipc: stop async IPC loop on callback request

2018-04-10 Thread Anatoly Burakov
EAL did not stop processing further asynchronous requests on encountering a request that should trigger the callback. This resulted in erasing valid requests but not triggering them. Fix this by stopping the loop once we have a request that can trigger the callback. Once triggered, we go back to s