]> git.ipfire.org Git - thirdparty/qemu.git/commit
vmxnet3: Pad short frames to minimum size (60 bytes)
authorBen Draper <ben@xrsa.net>
Wed, 20 Aug 2014 12:27:14 +0000 (13:27 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 8 Sep 2014 16:23:05 +0000 (11:23 -0500)
commit4b59161253e26b74e86c63dc7992b7aec9bdeeb0
tree4a537293e78a6fe4593db154c62b439cc9480b94
parentfab7560c352475ebf5ab50be9e327e0eabff1a3b
vmxnet3: Pad short frames to minimum size (60 bytes)

When running VMware ESXi under qemu-kvm the guest discards frames
that are too short. Short ARP Requests will be dropped, this prevents
guests on the same bridge as VMware ESXi from communicating. This patch
simply adds the padding on the network device itself.

Signed-off-by: Ben Draper <ben@xrsa.net>
Reviewed-by: Dmitry Fleytman <dmitry@daynix.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 40a87c6c9b11ef9c14e0301f76abf0eb2582f08e)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/net/vmxnet3.c