Re: [PATCH 09/16] vhost-user: enable/disable a single vring

2022-07-26 Thread Kangjie Xu
在 2022/7/27 12:51, Jason Wang 写道: On Tue, Jul 26, 2022 at 1:27 PM Kangjie Xu wrote: 在 2022/7/26 12:07, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: Implement the vhost_set_single_vring_enable, which is to enable or disable a single vring. The parameter wait_for_reply is added to help

Re: [PATCH 09/16] vhost-user: enable/disable a single vring

2022-07-26 Thread Jason Wang
On Tue, Jul 26, 2022 at 1:27 PM Kangjie Xu wrote: > > > 在 2022/7/26 12:07, Jason Wang 写道: > > > > 在 2022/7/18 19:17, Kangjie Xu 写道: > >> Implement the vhost_set_single_vring_enable, which is to enable or > >> disable a single vring. > >> > >> The parameter wait_for_reply is added to help for some

Re: [PATCH 09/16] vhost-user: enable/disable a single vring

2022-07-25 Thread Kangjie Xu
在 2022/7/26 12:07, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: Implement the vhost_set_single_vring_enable, which is to enable or disable a single vring. The parameter wait_for_reply is added to help for some cases such as vq reset. Meanwhile, vhost_user_set_vring_enable() is refactore

Re: [PATCH 09/16] vhost-user: enable/disable a single vring

2022-07-25 Thread Jason Wang
在 2022/7/18 19:17, Kangjie Xu 写道: Implement the vhost_set_single_vring_enable, which is to enable or disable a single vring. The parameter wait_for_reply is added to help for some cases such as vq reset. Meanwhile, vhost_user_set_vring_enable() is refactored. Signed-off-by: Kangjie Xu Signe

[PATCH 09/16] vhost-user: enable/disable a single vring

2022-07-18 Thread Kangjie Xu
Implement the vhost_set_single_vring_enable, which is to enable or disable a single vring. The parameter wait_for_reply is added to help for some cases such as vq reset. Meanwhile, vhost_user_set_vring_enable() is refactored. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo --- hw/virtio/vh