Re: [Qemu-devel] [PATCH v3 3/5] vhost-user-test: setup virtqueues in all tests

2017-12-22 Thread Marc-André Lureau
On Thu, Dec 21, 2017 at 10:21 PM, Maxime Coquelin wrote: > Only the multiqueue test setups the virtqueues. > This patch generalizes the setup of virtqueues for all tests. > > Signed-off-by: Maxime Coquelin Reviewed-by: Marc-André Lureau > --- > tests/vhost-user-test.c | 53 > +++

[Qemu-devel] [PATCH v3 3/5] vhost-user-test: setup virtqueues in all tests

2017-12-21 Thread Maxime Coquelin
Only the multiqueue test setups the virtqueues. This patch generalizes the setup of virtqueues for all tests. Signed-off-by: Maxime Coquelin --- tests/vhost-user-test.c | 53 +++-- 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/tests/v