virtio-net: truncating packet
commit940cda94dc01e955b6008c47b782817a1ed3b201
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Jun 2010 15:53:10 +0000 (6 18:53 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 7 Jun 2010 14:23:04 +0000 (7 17:23 +0300)
tree002a58c14358ef85e479f70ece46f0aedb229ac7
parent7f9744812291853425b614f68668f48d49882a1f
virtio-net: truncating packet

virtio net attempts to peek into virtio queue to
determine that we have enough space for the complete
packet to fit. However, it fails to account for space
consumed by virtio net header when it does this,
under stress this results in a failure
with the message 'truncating packet'.

redhat bz 591494.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio-net.c