Hi,
This proposal will be from virtio-net perspective, not sure if it helps
for other device types.
Current status:
VIRTIO-net "rx" path will rearm buffers for packets receiving, put the
start addr and len on the descriptor table (or the single ring for
virtio 1.1 draft spec), vhost backend
[..]
On 11/06/2017 07:53 AM, Longpeng(Mike) wrote:
> +\subsection{Device Operation}\label{sec:Device Types / Crypto Device /
> Device Operation}
> +
> +The operation of a virtio crypto device is driven by requests placed on the
> virtqueues.
> +Requests consist of a queue-type specific header (s
Below is an attempt at a formal write-up of the latest proposal
with some modifications. Will reply with a pdf version
as well.
This is reasonably complete functionally, from spec point of
view we need
- more conformance statements
- pseudo-code
- discussion of memory barriers
- rearrange existing