Re: [Qemu-devel] [PATCH] libqos: Account for the ctrl queue in virtio-net

2019-08-13 Thread Thomas Huth
On 8/5/19 5:24 AM, Oleinik, Alexander wrote: > The number of queues is 2n+1, where n == 1 when multiqueue is disabled > > Signed-off-by: Alexander Oleinik > --- > > I split this commit out of the fuzz patch-series. > > tests/libqos/virtio-net.c | 1 + > tests/libqos/virtio-net.h | 2 +- > 2 fi

Re: [Qemu-devel] [PATCH] libqos: Account for the ctrl queue in virtio-net

2019-08-05 Thread Oleinik, Alexander
On Mon, 2019-08-05 at 03:24 +, Oleinik, Alexander wrote: > The number of queues is 2n+1, where n == 1 when multiqueue is > disabled > > Signed-off-by: Alexander Oleinik > --- > > I split this commit out of the fuzz patch-series. > > tests/libqos/virtio-net.c | 1 + > tests/libqos/virtio-ne

Re: [Qemu-devel] [PATCH] libqos: Account for the ctrl queue in virtio-net

2019-08-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190805032400.8054-1-alx...@bu.edu/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash make docker

[Qemu-devel] [PATCH] libqos: Account for the ctrl queue in virtio-net

2019-08-04 Thread Oleinik, Alexander
The number of queues is 2n+1, where n == 1 when multiqueue is disabled Signed-off-by: Alexander Oleinik --- I split this commit out of the fuzz patch-series. tests/libqos/virtio-net.c | 1 + tests/libqos/virtio-net.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/l