Re: [ovs-dev] [PATCH v3 1/1] netdev-dpdk: add dpdk vhost ports

2014-08-12 Thread Flavio Leitner
I've noticed that the directory eventfd_link and its Makefile.in are in the tarball generated by 'make dist'. However, the eventfd_link.c and eventfd_link.h are missing. I haven't looked at anything else in this patch. Thanks, fbl On Fri, Aug 08, 2014 at 01:28:55PM +0100, maryam.tahhan wrote: >

[ovs-dev] [PATCH v3 1/1] netdev-dpdk: add dpdk vhost ports

2014-08-08 Thread maryam.tahhan
This patch implements the vhost-net offload API. It adds support for a new port type to userspace datapath called dpdkvhost. This allows KVM (QEMU) to offload the servicing of virtio-net devices to it's associated dpdkvhost port. Instructions for use are in INSTALL.DPDK. This has been tested on I