Hi Anirudh,
Are you still facing this issue?
I was able to replicate your issues by using your vm1-dpdk.xml config.
You seem to have an extra <interface> node that isn't on the
configuration example pointed out by Ian before [1]. If you take the
following out of your config it should work fine:
<interface type="bridge">
<source bridge="virbr0" />
<model type="virtio" />
<driver name="vhost" queues="8"/>
<alias name="primary" />
<address type="pci" domain="0x0000" bus="0x0" slot="3"
function="0x0"/>
</interface>
Also, make sure your br0 is appropriately configured and up. Your `$
ovs-ofctl show br0` shows it is down:
1(dpdk-p0): addr:24:6e:96:13:63:c0
config: 0
state: 0
current: 10GB-FD
speed: 10000 Mbps now, 0 Mbps max
2(vhostuser0): addr:00:00:00:00:00:00
config: 0
state: LINK_DOWN
speed: 0 Mbps now, 0 Mbps max
LOCAL(br0): addr:24:6e:96:13:63:c0
config: PORT_DOWN
state: LINK_DOWN
current: 10MB-FD COPPER
speed: 10 Mbps now, 0 Mbps max
The first Q&A at [2] can help you with that, i.e. bringing br0 up.
Let us know if this helps,
Tiago
[1]
http://docs.openvswitch.org/en/latest/topics/dpdk/vhost-user/#adding-vhost-user-ports-to-the-guest-libvirt
[2]
http://docs.openvswitch.org/en/latest/faq/issues/#common-configuration-issues
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss