Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v7 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue
@ 2021-11-08  6:22 Xuan Zhuo
  2021-11-08  6:22 ` [PATCH v7 1/3] virtio: introduce virtqueue reset as basic facility Xuan Zhuo
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Xuan Zhuo @ 2021-11-08  6:22 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.

v7:
    grammar correction

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.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

end of thread, other threads:[~2021-12-15  2:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08  6:22 [virtio-dev] [PATCH v7 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue Xuan Zhuo
2021-11-08  6:22 ` [PATCH v7 1/3] virtio: introduce virtqueue reset as basic facility Xuan Zhuo
2021-11-08  6:22 ` [PATCH v7 2/3] virtio: pci support virtqueue reset Xuan Zhuo
2021-11-09 13:33   ` [virtio-dev] " Michael S. Tsirkin
2021-11-09 14:44     ` Xuan Zhuo
2021-11-08  6:22 ` [PATCH v7 3/3] virtio: mmio " Xuan Zhuo
2021-12-06  3:03 ` [virtio-dev] [PATCH v7 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue Xuan Zhuo
2021-12-06  4:00   ` Jason Wang
2021-12-14  8:13     ` Xuan Zhuo
2021-12-14 16:05     ` Cornelia Huck
2021-12-15  2:08       ` Jason Wang

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