commit | 940cda94dc01e955b6008c47b782817a1ed3b201 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Jun 06 18:53:10 2010 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Jun 07 17:23:04 2010 +0300 |
tree | 002a58c14358ef85e479f70ece46f0aedb229ac7 | |
parent | 7f9744812291853425b614f68668f48d49882a1f [diff] |
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>