Merge "ovs_vhostuser: fix vhostuser_socket_dir typo"

This commit is contained in:
Jenkins 2016-01-07 01:37:36 +00:00 committed by Gerrit Code Review
commit dec01b8583
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ vhostuser_socket_dir=/var/run/openvswitch
When OVS is running with DPDK support enabled, and the datapath_type is set to
"netdev", then the OVS ML2 driver will use the vhost-user VIF type and pass
the necessary binding details to use OVS+DPDK and vhost-user sockets. This
includes the vhoustuser_socket_dir setting, which must match the directory
includes the vhostuser_socket_dir setting, which must match the directory
passed to ovs-vswitchd on startup.
What about the networking-ovs-dpdk repo?