numam-dpdk/lib/librte_vhost/vhost_cuse
Yuanhan Liu 64ab701c3d vhost: add vhost-user client mode
Add a new paramter (flags) to rte_vhost_driver_register(). DPDK
vhost-user acts as client mode when RTE_VHOST_USER_CLIENT flag
is set.  The flags would also allow future extensions without
breaking the API (again).

The rest is straingfoward then: allocate a unix socket, and
bind/listen for server, connect for client.

This extension is for vhost-user only, therefore we simply quit
and report error when any flags are given for vhost-cuse.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2016-06-22 09:47:07 +02:00
..
eventfd_copy.c
eventfd_copy.h
vhost-net-cdev.c vhost: add vhost-user client mode 2016-06-22 09:47:07 +02:00
virtio-net-cdev.c vhost: remove virtio-net.h 2016-06-22 09:43:01 +02:00
virtio-net-cdev.h vhost: move cuse only struct to cuse 2016-06-22 09:01:30 +02:00