commit | c445f200ad241b443aa7a61a5381b26f56a18f0e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Sun Jun 25 09:53:14 2023 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Fri Jul 07 16:35:12 2023 +0800 |
tree | 750641609d17de1a3758e639372439ea240c7297 | |
parent | 140eae9c8f760e9260356fe9b56b802a02f0a9d2 [diff] |
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>