The NIC public statistics show Receive Length Errors. esxcli network nic stats get -n vmnicX
Environment
VMware Vsphere
Cause
If an Ethernet packet is received with a packet length larger than 64 bytes and the Length/Type field contains a value that is smaller than the number of bytes remaining in the packet, an Rx length error is detected.
This type of packet could be generated if a short packet is padded to 64 bytes and then a VLAN tag is inserted without removing any padding bytes.
When an Rx length error is detected, the packet is considered a bad packet and is discarded.
Packets with the structure defined above are dropped.
These packets are often local diagnostic packets that might be discarded by the software anyway.
The driver reports the error count to the OS, possibly resulting in a high error rate that is reported by the OS.