I am trying to have my VM directly plug into OVS, and at the same time
enable virtio/vhost-net multiqueue. I tried to configure the following in
libvirt.xml:
<interface type="bridge">
  <virtualport type="openvswitch">
  ...
  </virtualport>
  <model type="virtio" queues="4"/>
</interface>

The "queues" parameter works for my VMs plugged into linux bridges, but it
is silently dropped for OVS bridges. Not sure whether this is due to
libvirt, or OVS indeed doesn't really support it.

Thanks.
-Simon
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to