On Thu, Jun 04, 2015 at 03:43:54PM +0200, Martin Kletzander wrote:
From: Maxime Leroy <maxime.leroy(a)6wind.com>
This patch adds the support of queues attribute of the driver element
for vhost-user interface type. Example:
<interface type='vhostuser'>
<mac address='52:54:00:ee:96:6d'/>
<source type='unix' path='/tmp/vhost2.sock'
mode='client'/>
<model type='virtio'/>
<driver queues='4'/>
</interface>
I forgot to mention that this patch is for the following BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1207692