]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8ca86e86b12700e3dcefd345e17d5c441a797ef
tree29912e63889e45307f41ef08116ecd895b17e21c
parentdd50ffe3d50c9576cc1c20d8fd9b126755cba553
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>
Documentation/lguest/lguest.c
drivers/virtio/virtio_ring.c
include/linux/virtio_ring.h