commit | 71e11da1facdf08c91b3763bd9a72c2121f2bbb6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Sun Jun 25 09:53:21 2023 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Fri Jul 07 16:35:12 2023 +0800 |
tree | c5ea2fbfd2217dda503b8824015bb966a59bb4d0 | |
parent | 0fe0efc9cd594eb0ce36cc7722f0ce1d038df8d7 [diff] |
hw/net: ftgmac100: Drop the small packet check in the receive path Now that we have implemented unified short frames padding in the QEMU networking codes, the small packet check logic in the receive path is no longer needed. Suggested-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Bin Meng <bmeng@tinylab.org> Signed-off-by: Jason Wang <jasowang@redhat.com>