numam-dpdk/examples/tep_termination
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
..
main.c vhost: add vhost-user client mode 2016-06-22 09:47:07 +02:00
main.h vhost: export device id as the interface to applications 2016-06-22 09:42:57 +02:00
Makefile eal: set name to threads 2015-11-03 15:32:34 +01:00
vxlan_setup.c vhost: export device id as the interface to applications 2016-06-22 09:42:57 +02:00
vxlan_setup.h vhost: export device id as the interface to applications 2016-06-22 09:42:57 +02:00
vxlan.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
vxlan.h examples/tep_term: add TSO offload configuration 2015-06-23 11:34:54 +02:00