[Qemu-devel] [PATCH] Fix incorrect small packet padding in vmxnet3

2015-06-28 Thread Brian Kress
When running ESXi under qemu there is an issue with the ESXi guest discarding packets that are too short. The guest discards any packets under the normal minimum length for an ethernet packet (60). This results in odd behaviour where other hosts or VMs on other hosts can communicate with the

Re: [Qemu-devel] [PATCH] Fix incorrect small packet padding in vmxnet3

2015-06-28 Thread Dmitry Fleytman
> On Jun 28, 2015, at 18:34 PM, Brian Kress wrote: > >When running ESXi under qemu there is an issue with the ESXi guest > discarding packets that are too short. The guest discards any packets > under the normal minimum length for an ethernet packet (60). This > results in odd behaviour wh