]> git.proxmox.com Git - mirror_qemu.git/commit
hw/net: sungem: Remove the logic of padding short frames in the receive path
authorBin Meng <bmeng@tinylab.org>
Sun, 25 Jun 2023 01:53:19 +0000 (09:53 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 7 Jul 2023 08:35:12 +0000 (16:35 +0800)
commitaee87b43fe2206acb8f5e334b42790df33a1cbad
tree711165507c48e7bf81731867ce121fa6ef1ce005
parent63b901bfd30a0975bc326ba8527880fabac2e66d
hw/net: sungem: 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.

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