Re: [dpdk-dev] [PATCH v7 3/3] eal: add asynchronous request API to DPDK IPC

2018-04-04 Thread Thomas Monjalon
31/03/2018 19:06, Anatoly Burakov: > This API is similar to the blocking API that is already present, > but reply will be received in a separate callback by the caller > (callback specified at the time of request, rather than registering > for it in advance). > > Under the hood, we create a separa

[dpdk-dev] [PATCH v7 3/3] eal: add asynchronous request API to DPDK IPC

2018-03-31 Thread Anatoly Burakov
This API is similar to the blocking API that is already present, but reply will be received in a separate callback by the caller (callback specified at the time of request, rather than registering for it in advance). Under the hood, we create a separate thread to deal with replies to asynchronous