commit | d4c6293041ee7941191a91e4ca2d2af4b0959599 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Mar 17 14:26:30 2021 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Mon Mar 22 17:34:31 2021 +0800 |
tree | 6aa161b648eb629e2cae8ceffad5a1a198c45f6d | |
parent | 969e50b61a285b0cc8dea6d4d2ade3f758d5ecc7 [diff] |
hw/net: virtio-net: Initialize nc->do_not_pad to true For virtio-net, there is no need to pad the Ethernet frame size to 60 bytes before sending to it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Jason Wang <jasowang@redhat.com>