commit | 140eae9c8f760e9260356fe9b56b802a02f0a9d2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Sun Jun 25 09:53:13 2023 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Fri Jul 07 16:35:12 2023 +0800 |
tree | 3afdacf99563c15d1935604b307900284342d05b | |
parent | 4271f4038372f174dbafffacca1a748d058a03ba [diff] |
hw/net: e1000: 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 78aeb23eded2d0b765bf9145c71f80025b568acd. Signed-off-by: Bin Meng <bmeng@tinylab.org> Signed-off-by: Jason Wang <jasowang@redhat.com>