From: Gowrishankar M <gowrishanka...@linux.vnet.ibm.com> For the first time while creating OVS db, ovsdb-tool has to be given schema file existing in source (and not the one installed in distro or not even existing if not installed earlier).
Another correction is on right command to use to add vhost-user port. Signed-off-by: Gowri Shankar <gowrishanka...@linux.vnet.ibm.com> --- INSTALL.DPDK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index cdef6cf..68f8a3b 100644 --- a/INSTALL.DPDK.md +++ b/INSTALL.DPDK.md @@ -127,7 +127,7 @@ Using the DPDK with ovs-vswitchd: mkdir -p /usr/local/var/run/openvswitch rm /usr/local/etc/openvswitch/conf.db ovsdb-tool create /usr/local/etc/openvswitch/conf.db \ - /usr/local/share/openvswitch/vswitch.ovsschema + ./vswitchd/vswitch.ovsschema ``` 2. Start ovsdb-server @@ -355,7 +355,7 @@ have arbitrary names. - For vhost-user, the name of the port type is `dpdkvhostuser` ``` - ovs-ofctl add-port br0 vhost-user-1 -- set Interface vhost-user-1 + ovs-vsctl add-port br0 vhost-user-1 -- set Interface vhost-user-1 type=dpdkvhostuser ``` -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev