Re: [PATCH v3 1/2] vhost: destroy device when all vqs are inactive

2024-04-29 Thread Xuan Zhuo
> > > > > This helps us to simplify the implementation when resetting a virtqueue. > > > > > > Signed-off-by: Kangjie Xu > > > Signed-off-by: Xuan Zhuo > > > --- > > > lib/vhost/vhost_user.c | 10 -- > > > 1 file changed

Re: RE: [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING

2022-09-22 Thread Xuan Zhuo
ature > > VIRTIO_F_RING_RESET feature has been successfully negotiated, This > > message is submitted by the front-end to reset an individual > > virtqueue to initial states in the back-end. The reply is needed > > to ensure that the reset operation is complete. > >