Re: [RFC PATCH v5 03/26] virtio: Add VIRTIO_F_QUEUE_STATE

2021-11-01 Thread Jason Wang
On Sat, Oct 30, 2021 at 2:36 AM Eugenio Pérez wrote: > > Implementation of RFC of device state capability: > https://lists.oasis-open.org/archives/virtio-comment/202012/msg5.html Considering this still requires time to be done, we need to think of a way to go without this. Thanks > > With

[RFC PATCH v5 03/26] virtio: Add VIRTIO_F_QUEUE_STATE

2021-10-29 Thread Eugenio Pérez
Implementation of RFC of device state capability: https://lists.oasis-open.org/archives/virtio-comment/202012/msg5.html With this capability, vdpa device can reset it's index so it can start consuming from guest after disabling shadow virtqueue (SVQ), with state not 0. The use case is to test