numam-dpdk/lib/librte_eal
Anatoly Burakov f05e26051c eal: add IPC asynchronous request
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>
2018-04-04 23:47:59 +02:00
..
bsdapp move kernel modules directories 2018-03-21 23:04:21 +01:00
common eal: add IPC asynchronous request 2018-04-04 23:47:59 +02:00
linuxapp mem: use z specifier to format size_t 2018-04-04 13:43:33 +02:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build move kernel modules directories 2018-03-21 23:04:21 +01:00
rte_eal_version.map eal: add IPC asynchronous request 2018-04-04 23:47:59 +02:00