[PATCH v10 00/10] Introduce device group and device management

From
Michael S. Tsirkin
Date
2023-03-05T09:39:00+00:00
ID
Thread
[PATCH v10 00/10] Introduce device group and device management
On Fri, Mar 03, 2023 at 03:21:33PM -0500, Stefan Hajnoczi wrote:
> What happens if a command takes 1 second to complete, is the device
> allowed to process the next command from the virtqueue during this time,
> possibly completing it before the first command?
>
> This requires additional clarification in the spec because "they are
> processed by the device in the order in which they are queued" does not
> explain whether commands block the virtqueue (in order completion) or
> not (out of order completion).

Oh I begin to see. Hmm how does e.g. virtio scsi handle this?

--
MST