virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Mar 2013 05:14:26 +0000 (15:44 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Mar 2013 05:14:52 +0000 (15:44 +1030)
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: Rusty Russell <rusty@rustcorp.com.au>

No differences found