Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dsocket.c72 struct vhost_user { struct
86 static struct vhost_user vhost_user = { argument
278 fdset_pipe_notify(&vhost_user.fdset); in vhost_user_add_connection()
583 pthread_mutex_lock(&vhost_user.mutex); in rte_vhost_driver_attach_vdpa_device()
597 pthread_mutex_lock(&vhost_user.mutex); in rte_vhost_driver_detach_vdpa_device()
612 pthread_mutex_lock(&vhost_user.mutex); in rte_vhost_driver_get_vdpa_device()
948 vhost_user.vsockets[vhost_user.vsocket_cnt++] = vsocket; in rte_vhost_driver_register()
1059 count = --vhost_user.vsocket_cnt; in rte_vhost_driver_unregister()
1060 vhost_user.vsockets[i] = vhost_user.vsockets[count]; in rte_vhost_driver_unregister()
1061 vhost_user.vsockets[count] = NULL; in rte_vhost_driver_unregister()
[all …]
H A Dmeson.build27 'vhost_user.c',
/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst4 Live Migration of VM with Virtio on host running vhost_user
23 QEMU 2.5 is required for Live Migration of a VM with vhost_user running on the hosts.
79 vhost_user sample application (vhost-switch) on host_server_1.
160 the vhost_user sample application on host_server_2.
281 # Script for use with vhost_user sample application
437 # Run testpmd for use with vhost_user sample app.
/dpdk/drivers/net/virtio/
H A Dmeson.build53 'virtio_user/vhost_user.c',