Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [PATCH v6 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue
@ 2021-10-15  1:44 Xuan Zhuo
  2021-10-15  1:44 ` [PATCH v6 1/3] virtio: introduce virtqueue reset as basic facility Xuan Zhuo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xuan Zhuo @ 2021-10-15  1:44 UTC (permalink / raw)
  To: cohuck, jasowang; +Cc: virtio-dev

Hi All:

This is a new version to support VIRTIO_F_RING_RESET. The feautre
extends the basic facility to allow the driver to reset a virtqueue.
This main motivation is to support the reset function of the queue of the
network device.

Please review.

v6:
   The device MUST present consistent default values after queue reset.

v5:
   It is defined in the transports that the device can modify the default
   value after reset, and the driver can use a different configuration to
   re-enable the device.

v4:
   Cornelia Huck helped me more. Thanks.
   MMIO support this.

Thanks
Xuan Zhuo (3):
  virtio: introduce virtqueue reset as basic facility
  virtio: pci support virtqueue reset
  virtio: mmio support virtqueue reset

 content.tex | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 110 insertions(+), 1 deletion(-)

--
2.31.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-04 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15  1:44 [PATCH v6 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue Xuan Zhuo
2021-10-15  1:44 ` [PATCH v6 1/3] virtio: introduce virtqueue reset as basic facility Xuan Zhuo
2021-11-04 16:02   ` [virtio-dev] " Cornelia Huck
2021-10-15  1:44 ` [PATCH v6 2/3] virtio: pci support virtqueue reset Xuan Zhuo
2021-10-15  1:44 ` [PATCH v6 3/3] virtio: mmio " Xuan Zhuo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox