Files
linux/drivers/virtio
Michael S. Tsirkin c23b1ece61 virtio: support unlocked queue poll
[ Upstream commit cc229884d3 ]

This adds a way to check ring empty state after enable_cb outside any
locks. Will be used by virtio_net.

Note: there's room for more optimization: caller is likely to have a
memory barrier already, which means we might be able to get rid of a
barrier here.  Deferring this optimization until we do some
benchmarking.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-07-28 16:29:55 -07:00
..
2012-09-28 15:05:15 +09:30
2013-02-11 15:32:17 +10:30
2013-02-11 15:32:18 +10:30