Re: [PATCH] vhost-net: support VIRTIO_F_RING_RESET

2023-01-30 Thread Michael S. Tsirkin
On Mon, Jan 30, 2023 at 03:39:06PM +0800, Xuan Zhuo wrote: > On Mon, 5 Sep 2022 16:32:19 +0800, Jason Wang wrote: > > > > 在 2022/8/25 16:56, Kangjie Xu 写道: > > > Add VIRTIO_F_RING_RESET, which indicates that the driver can reset a > > > queue individually. > > > > > > VIRTIO_F_RING_RESET feature

Re: [PATCH] vhost-net: support VIRTIO_F_RING_RESET

2023-01-29 Thread Xuan Zhuo
On Mon, 5 Sep 2022 16:32:19 +0800, Jason Wang wrote: > > 在 2022/8/25 16:56, Kangjie Xu 写道: > > Add VIRTIO_F_RING_RESET, which indicates that the driver can reset a > > queue individually. > > > > VIRTIO_F_RING_RESET feature is added to virtio-spec 1.2. The relevant > > information is in > >

Re: [PATCH] vhost-net: support VIRTIO_F_RING_RESET

2022-09-05 Thread Jason Wang
在 2022/8/25 16:56, Kangjie Xu 写道: Add VIRTIO_F_RING_RESET, which indicates that the driver can reset a queue individually. VIRTIO_F_RING_RESET feature is added to virtio-spec 1.2. The relevant information is in oasis-tcs/virtio-spec#124 oasis-tcs/virtio-spec#139 The implementation