Home
last modified time | relevance | path

Searched refs:async_copy (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c44 bool async_copy; member
237 if (vsocket->async_copy) { in vhost_user_add_connection()
241 dev->async_copy = 1; in vhost_user_add_connection()
879 vsocket->async_copy = flags & RTE_VHOST_USER_ASYNC_COPY; in rte_vhost_driver_register()
881 if (vsocket->async_copy && in rte_vhost_driver_register()
907 if (vsocket->async_copy) { in rte_vhost_driver_register()
H A Dvhost.h359 int async_copy; member
H A Dvhost_user.c1135 populate = dev->async_copy ? MAP_POPULATE : 0; in vhost_user_set_mem_table()
1150 if (dev->async_copy) in vhost_user_set_mem_table()
H A Dvhost.c1596 if (unlikely(vq == NULL || !dev->async_copy)) in rte_vhost_async_channel_register()