]> Git Repo - qemu.git/commit
net/dp8393x: remove check of runt packets
authorHervé Poussineau <[email protected]>
Fri, 24 Jul 2015 18:42:23 +0000 (20:42 +0200)
committerLeon Alrae <[email protected]>
Tue, 28 Jul 2015 08:30:09 +0000 (09:30 +0100)
commit30dfa9a46cd845db3f43f5c11b129f4a50941b02
treefefa87201beef236f4265de27d8def5cc28adbec
parentf6351288b65130deb8102b17143f5d84f817a02a
net/dp8393x: remove check of runt packets

Ethernet requires that messages are at least 64 bytes on the wire. This
limitation does not exist on emulation (no wire message), so remove the
check. Netcard is now able to receive small network packets.

Signed-off-by: Hervé Poussineau <[email protected]>
Reviewed-by: Aurelien Jarno <[email protected]>
Signed-off-by: Leon Alrae <[email protected]>
hw/net/dp8393x.c
This page took 0.023039 seconds and 4 git commands to generate.