linux/drivers/virtio
Rusty Russell 426e3e0af5 virtio: clarify NO_NOTIFY flag usage
The other side (host) can set the NO_NOTIFY flag as an optimization,
to say "no need to kick me when you add things".  Make it clear that
this is advisory only; especially that we should always notify when
the ring is full.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-02-04 23:50:00 +11:00
..
config.c Virtio interface 2007-10-23 15:49:54 +10:00
Kconfig Virtio helper routines for a descriptor ringbuffer implementation 2007-10-23 15:49:55 +10:00
Makefile Virtio helper routines for a descriptor ringbuffer implementation 2007-10-23 15:49:55 +10:00
virtio_ring.c virtio: clarify NO_NOTIFY flag usage 2008-02-04 23:50:00 +11:00
virtio.c virtio: simplify config mechanism. 2008-02-04 23:49:57 +11:00