Re: [dpdk-dev] [PATCH 1/6] net/virtio-user: do not stop stopped device again

2018-10-30 Thread Maxime Coquelin
On 10/29/18 6:28 AM, Tiwei Bie wrote: Without this change, virtio-user still works, but it will show annoying error messages like this on shutdown: vhost_kernel_set_backend(): VHOST_NET_SET_BACKEND fails, Operation not permitted vhost_kernel_ioctl(): VHOST_RESET_OWNER failed: Operation not pe

[dpdk-dev] [PATCH 1/6] net/virtio-user: do not stop stopped device again

2018-10-28 Thread Tiwei Bie
Without this change, virtio-user still works, but it will show annoying error messages like this on shutdown: vhost_kernel_set_backend(): VHOST_NET_SET_BACKEND fails, Operation not permitted vhost_kernel_ioctl(): VHOST_RESET_OWNER failed: Operation not permitted Fixes: e3b434818bbb ("net/virtio-u