numam-dpdk/examples/vhost
Olivier Matz fa20485454 examples: use new API to create control threads
A new API was introduced to create control thread:
rte_ctrl_thread_create(). Use it in examples when relevant.

While at it, change the prototype of the thread start functions: it's
not a good idea to cast it in (void *) since the compiler won't check
that the prototype is compatible.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2018-04-25 00:51:31 +02:00
..
main.c examples: use new API to create control threads 2018-04-25 00:51:31 +02:00
main.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile fix ethdev ports enumeration 2018-04-18 00:25:27 +02:00
meson.build examples: disable unsupported examples on BSD build 2018-04-17 16:09:43 +02:00
virtio_net.c examples/vhost: move to safe GPA translation API 2018-04-23 17:12:13 +02:00