numam-dpdk/examples/vhost
Bruce Richardson 4796ad63ba examples/vhost: import userspace vhost application
The vhost sample application demonstrates integration of the Intel(R) Data Plane
Development Kit (Intel(R) DPDK) with the Linux KVM hypervisor by implementing the
vhost-net offload API. The sample application performs simple packet switching
between virtual machines based on Media Access Control (MAC) address or Virtual
Local Area Network (VLAN) tag. The splitting of ethernet traffic from an external switch
is performed in hardware by the Virtual Machine Device Queues (VMDQ) and Data
Center Bridging (DCB) features of the Intel(R) 82599 10 Gigabit Ethernet Controller.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2014-02-26 10:47:59 +01:00
..
eventfd_link examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
libvirt examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
main.c examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
main.h examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
Makefile examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
vhost-net-cdev.c examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
vhost-net-cdev.h examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
virtio-net.c examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00
virtio-net.h examples/vhost: import userspace vhost application 2014-02-26 10:47:59 +01:00