Re: [dpdk-dev] [PATCH 3/6] net/virtio-user: do not reset owner when driver resets

2018-10-30 Thread Maxime Coquelin
On 10/29/18 6:28 AM, Tiwei Bie wrote: When driver resets the device, virtio-user just needs to send GET_VRING_BASE messages to stop the vhost backend, and that's what QEMU does. With this change, we won't need to set owner when starting virtio-user device anymore. This will help us to get rid

[dpdk-dev] [PATCH 3/6] net/virtio-user: do not reset owner when driver resets

2018-10-28 Thread Tiwei Bie
When driver resets the device, virtio-user just needs to send GET_VRING_BASE messages to stop the vhost backend, and that's what QEMU does. With this change, we won't need to set owner when starting virtio-user device anymore. This will help us to get rid of below error message on startup: vhost_k