virtio: clarify NO_NOTIFY flag usage
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 5 Feb 2008 04:49:59 +0000 (23:49 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Feb 2008 12:50:00 +0000 (23:50 +1100)
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>

No differences found