Re: [PATCH 14/16] virtio-net: support queue_enable for vhost-user

2022-07-26 Thread Jason Wang
On Tue, Jul 26, 2022 at 2:54 PM Kangjie Xu wrote: > > > 在 2022/7/26 12:25, Jason Wang 写道: > > > > 在 2022/7/18 19:17, Kangjie Xu 写道: > >> Support queue enable in vhost-user scenario. It will be called when > >> a vq reset operation is performed and the vq will be restared. > >> > >> It should be

Re: [PATCH 14/16] virtio-net: support queue_enable for vhost-user

2022-07-26 Thread Kangjie Xu
在 2022/7/26 12:25, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: Support queue enable in vhost-user scenario. It will be called when a vq reset operation is performed and the vq will be restared. It should be noted that we can restart the vq when the vhost has already started. When

Re: [PATCH 14/16] virtio-net: support queue_enable for vhost-user

2022-07-25 Thread Jason Wang
在 2022/7/18 19:17, Kangjie Xu 写道: Support queue enable in vhost-user scenario. It will be called when a vq reset operation is performed and the vq will be restared. It should be noted that we can restart the vq when the vhost has already started. When launching a new vhost-user device, the

[PATCH 14/16] virtio-net: support queue_enable for vhost-user

2022-07-18 Thread Kangjie Xu
Support queue enable in vhost-user scenario. It will be called when a vq reset operation is performed and the vq will be restared. It should be noted that we can restart the vq when the vhost has already started. When launching a new vhost-user device, the vhost is not started and all vqs are not