Hi
I tested on qemu-2.7.1 release version.
test case:
1. host run ovs-dpdk. start vhost-user mode vm
2. chardev-add
socket,id=char-client-002-2,path=/usr/local/var/run/openvswitch/client-002-2,server=on
netdev_add vhost-user,id=client-002-2,
,chardev=char-client-002-2,vhostforce=on
Hi
On Wed, Jan 11, 2017 at 3:32 PM 黄淮 wrote:
> From: Huai Huang
>
>
>
Could you describe a bit more the crash and provide a backtrace?
> diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c
> index f2d49ad..4037cf4 100644
> --- a/hw/net/vhost_net.c
> +++ b/hw/net/vhost_net.c
> @@ -412,7 +412,6
From: Huai Huang
diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c
index f2d49ad..4037cf4 100644
--- a/hw/net/vhost_net.c
+++ b/hw/net/vhost_net.c
@@ -412,7 +412,6 @@ VHostNetState *get_vhost_net(NetClientState *nc)
break;
case NET_CLIENT_DRIVER_VHOST_USER:
vhost_net = v