Re: [Qemu-devel] [PATCH v3 1/5] vhost-user-test: fix features mask

2017-12-22 Thread Marc-André Lureau
On Thu, Dec 21, 2017 at 10:21 PM, Maxime Coquelin wrote: > VIRTIO_NET_F_MAC is a bit position, not a bit mask. > > Signed-off-by: Maxime Coquelin Reviewed-by: Marc-André Lureau > --- > tests/vhost-user-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/vhos

[Qemu-devel] [PATCH v3 1/5] vhost-user-test: fix features mask

2017-12-21 Thread Maxime Coquelin
VIRTIO_NET_F_MAC is a bit position, not a bit mask. Signed-off-by: Maxime Coquelin --- tests/vhost-user-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vhost-user-test.c b/tests/vhost-user-test.c index e2c89ed376..43c6528644 100644 --- a/tests/vhost-user-test.c +