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

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


---------------------------------------------------------------------
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] 8+ messages in thread

end of thread, other threads:[~2021-10-13  6:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30 17:50 [virtio-dev] [PATCH v5 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue Xuan Zhuo
2021-09-30 17:50 ` [virtio-dev] [PATCH v5 1/3] virtio: introduce virtqueue reset as basic facility Xuan Zhuo
2021-10-01 11:27   ` Cornelia Huck
2021-09-30 17:50 ` [PATCH v5 2/3] virtio: pci support virtqueue reset Xuan Zhuo
2021-10-13  6:05   ` Jason Wang
2021-10-13  6:49     ` [virtio-dev] " Xuan Zhuo
2021-10-13  6:56       ` Jason Wang
2021-09-30 17:50 ` [PATCH v5 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