On Thu Mar 19 11:48:13 PDT 2015, Ciara Loftus wrote:

-`ovs-vsctl add-port br0 dpdkvhost0 -- set Interface dpdkvhost0 type=dpdkvhost` + - For vhost-user (default), the name of the port type is `dpdkvhostuser`

-Unlike DPDK ring ports, DPDK vhost ports can have arbitrary names:
+ `ovs-ofctl add-port br0 vhost-user1 -- set Interface vhost-user1 type=dpdkvhostuser`

-`ovs-vsctl add-port br0 port123ABC -- set Interface port123ABC type=dpdkvhost`
+     This action creates a socket located at `/tmp/vhost-user1`,
Although it is implied above, please make it clear that there is a unique socket for each vhost user port and that unique socket must be referenced in the quemu command that attaches the particular socket to a guest's virtual device.

Although it is implied, I think it should be explicit. This confused me the first time I used vhost-user. Having been accustomed to vhost-cuse I perhaps foolishly tried to reference the same socket in each guest which causes qemu to hang.

--TFH
+ must provide to your VM on the QEMU command line. More instructions


--
Thomas F Herbert
Principal Software Engineer
Red Hat
therb...@redhat.com
Office: 919-301-3295
Mobile: 804-741-2695

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to