[ovs-git] [openvswitch/ovs] 7d1ced: netdev-dpdk: add dpdk vhost-user ports

GitHub noreply at github.com
Mon Jun 15 03:48:32 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7d1ced01772de541d6692c7d5604210e274bcd37
      https://github.com/openvswitch/ovs/commit/7d1ced01772de541d6692c7d5604210e274bcd37
  Author: Ciara Loftus <ciara.loftus at intel.com>
  Date:   2015-06-14 (Sun, 14 Jun 2015)

  Changed paths:
    M INSTALL.DPDK.md
    M acinclude.m4
    M lib/netdev-dpdk.c
    M lib/netdev.c
    M vswitchd/ovs-vswitchd.c

  Log Message:
  -----------
  netdev-dpdk: add dpdk vhost-user ports

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 as 'dpdkvhostcuse'
ports 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.

Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>




More information about the git mailing list