ovs_vhostuser: fix vhostuser_socket_dir typo

s/vhoustuser_socket_dir/vhostuser_socket_dir/

Change-Id: I4317b59d683e1aedf5e49049309c5b089516eb81
Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
This commit is contained in:
Wanlong Gao
2015-12-09 15:26:12 +08:00
parent 1a8838357e
commit a487982090

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?