commit | 8aeff62d75b72263d855a0b5892b8d52ad6f09e0 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Wed Apr 29 13:40:02 2009 +0100 |
committer | Mark McLoughlin <markmc@redhat.com> | Tue Jun 09 11:38:50 2009 +0100 |
tree | 7bfdba96a16d2816d81659b8ee5124900242781e | |
parent | e19eb22486f258a421108ac22b8380a4e2f16b97 [diff] |
virtio-net: implement rx packet queueing If we don't have room to receive a packet, we return zero from virtio_net_receive() and call qemu_flush_queued_packets() as soon as space becomes available. Signed-off-by: Mark McLoughlin <markmc@redhat.com>