Re: [PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET

2022-03-09 Thread Michael S. Tsirkin
On Wed, Mar 09, 2022 at 12:45:57PM +0800, Jason Wang wrote: > > 在 2022/3/8 下午8:34, Xuan Zhuo 写道: > > 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: > > > >

Re: [PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET

2022-03-08 Thread Jason Wang
在 2022/3/8 下午8:34, Xuan Zhuo 写道: 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 Also regarding MMIO support for queue

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET

2022-03-08 Thread Xuan Zhuo
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 Also regarding MMIO support for queue reset, I plan to support it after thi