Home
last modified time | relevance | path

Searched refs:async_inorder (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_async.h106 uint32_t async_inorder:1; member
H A Dvhost.c1600 if (unlikely(vq_is_packed(dev) || !f.async_inorder)) { in rte_vhost_async_channel_register()
1655 vq->async_inorder = f.async_inorder; in rte_vhost_async_channel_register()
H A Dvhost.h212 bool async_inorder; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst215 * ``async_inorder``
221 Currently, only ``async_inorder`` capable device is supported by vhost.
236 For non-async_inorder capable devices, ``opaque_data`` could be used
/f-stack/dpdk/examples/vhost/
H A Dmain.c1350 f.async_inorder = 1; in new_device()