numam-dpdk/drivers
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
..
crypto qat: fix probing 2016-06-21 15:33:42 +02:00
net vhost: add vhost-user client mode 2016-06-22 09:47:07 +02:00
Makefile mk: fix build without crypto 2016-03-11 10:43:09 +01:00