On Mon, May 18, 2015 at 10:20:08PM +0100, Ciara Loftus wrote: > This patch adds support for a new port type to the userspace > datapath called dpdkvhostuser. > > A new dpdkvhostuser port will create a unix domain socket which > when provided to QEMU is used to facilitate communication between > the virtio-net device on the VM and the OVS port on the host. > > vhost-cuse ('dpdkvhost') ports are still available, and will be > enabled if vhost-cuse support is detected in the DPDK build > specified during compilation of the switch. Otherwise, vhost-user > ports are enabled. > > v4: > - Included helper function for the new_device callbacks to minimise > code duplication. > - Fixed indentation & line-wrap. > - Simplified and corrected the processing of vhost ovs-vswitchd flags. > > v5: > - Removed unnecessary strdup() > - Fixed spacing > > Signed-off-by: Ciara Loftus <ciara.lof...@intel.com> > ---
I am happy with this patch too although it doesn't apply on branch master because of this patch got in first: commit bce01e3a89ac4b05d9e81408aa57717f2776f0be Author: Ethan Jackson <et...@nicira.com> Date: Mon May 18 08:49:24 2015 -0700 netdev-dpdk: Fix sparse warnings. These are all minor style issues. Signed-off-by: Ethan Jackson <et...@nicira.com> Acked-by: Daniele Di Proietto <diproiet...@vmware.com> It's easy to fix, so maybe it can be resolved when merging... Acked-by: Flavio Leitner <f...@redhat.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev