Re: [PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)

2022-04-26 Thread Xuan Zhuo
On Tue, 26 Apr 2022 05:55:41 -0400, "Michael S. Tsirkin" wrote: > On Wed, Apr 06, 2022 at 11:43:14AM +0800, Xuan Zhuo wrote: > > The virtio spec already supports the virtio queue reset function. This > > patch set > > is to add this function to the kernel. The relevant virtio spec information >

Re: [PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)

2022-04-26 Thread Michael S. Tsirkin
On Wed, Apr 06, 2022 at 11:43:14AM +0800, Xuan Zhuo wrote: > The virtio spec already supports the virtio queue reset function. This patch > set > is to add this function to the kernel. The relevant virtio spec information is > here: > > https://github.com/oasis-tcs/virtio-spec/issues/124 > >