hw/net: vmxnet3: Remove the logic of padding short frames in the receive path
commitc445f200ad241b443aa7a61a5381b26f56a18f0e
authorBin Meng <bmeng@tinylab.org>
Sun, 25 Jun 2023 01:53:14 +0000 (25 09:53 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 7 Jul 2023 08:35:12 +0000 (7 16:35 +0800)
tree750641609d17de1a3758e639372439ea240c7297
parent140eae9c8f760e9260356fe9b56b802a02f0a9d2
hw/net: vmxnet3: Remove the logic of padding short frames in the receive path

Now that we have implemented unified short frames padding in the
QEMU networking codes, remove the same logic in the NIC codes.

This actually reverts commit 40a87c6c9b11ef9c14e0301f76abf0eb2582f08e.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/vmxnet3.c