Skip to content
Commit 282edb36 authored by Rusty Russell's avatar Rusty Russell
Browse files

virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.



These are specialized versions of virtqueue_add_buf(), which cover
over 80% of cases and are far clearer.

In particular, the scatterlists passed to these functions don't have
to be clean (ie. we ignore end markers).

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 13816c76
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment