[libvirt] [PATCH] qemuBuildNicDevStr: Adapt to new advisory on multiqueue

2014-03-04 Thread Michal Privoznik
As I did previously in 4f588a1b46, libvirt needs to set virtio vectors. Previously, we were advised to use vectors=N, where N = 2 * (number of queues) + 1 However, just recently this advisory has changed on the Multiquue wiki page [1] to: N = 2 * (number of queues) + 2 1:

Re: [libvirt] [PATCH] qemuBuildNicDevStr: Adapt to new advisory on multiqueue

2014-03-04 Thread Martin Kletzander
On Tue, Mar 04, 2014 at 10:47:38AM +0100, Michal Privoznik wrote: As I did previously in 4f588a1b46, libvirt needs to set virtio vectors. Previously, we were advised to use vectors=N, where N = 2 * (number of queues) + 1 However, just recently this advisory has changed on the Multiquue wiki