Skip to content

Commit

Permalink
eal: add IPC asynchronous request
Browse files Browse the repository at this point in the history
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 requests, that will just wait to be notified by the
main thread, or woken up on a timer.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Jianfeng Tan <jianfeng.tan@intel.com>
  • Loading branch information
anatolyburakov authored and tmonjalo committed Apr 4, 2018
1 parent ce3a731 commit f05e260
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 13 deletions.

0 comments on commit f05e260

Please sign in to comment.