hw/net: i82596: Remove the logic of padding short frames in the receive path
commitc58da33f2f8410b6f22cd1d33377dadf3a4d8867
authorBin Meng <bmeng@tinylab.org>
Sun, 25 Jun 2023 01:53:15 +0000 (25 09:53 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 7 Jul 2023 08:35:12 +0000 (7 16:35 +0800)
tree531bc52b66e92eb1818b4ad619d1f3330a15d2c9
parentc445f200ad241b443aa7a61a5381b26f56a18f0e
hw/net: i82596: 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/i82596.c