Re: [dpdk-dev] [RFC 4/8] ipc: remove IPC thread for async request

2018-04-20 Thread Burakov, Anatoly
On 19-Apr-18 4:03 PM, Jianfeng Tan wrote: As discussed here, http://dpdk.org/dev/patchwork/patch/36579/, we remove IPC threads, rte_mp_handle and rte_mp_handle_async. This patch targets to remove thread rte_mp_handle_async. Previously, to handle replies for an async request, rte_mp_handle wakes

[dpdk-dev] [RFC 4/8] ipc: remove IPC thread for async request

2018-04-19 Thread Jianfeng Tan
As discussed here, http://dpdk.org/dev/patchwork/patch/36579/, we remove IPC threads, rte_mp_handle and rte_mp_handle_async. This patch targets to remove thread rte_mp_handle_async. Previously, to handle replies for an async request, rte_mp_handle wakes up the rte_mp_handle_async thread to process