[Qemu-devel] [PATCH v2 04/10] eepro100: Pad received short frames

2011-04-30 Thread Stefan Weil
QEMU sends frames smaller than 60 bytes to ethernet nics. This should be fixed in the networking code because normally such frames are rejected by real NICs and their emulations. To avoid this behaviour, other NIC emulations pad received frames. This patch enables this workaround for eepro100, too.

Re: [Qemu-devel] [PATCH v2 04/10] eepro100: Pad received short frames

2011-05-05 Thread Michael S. Tsirkin
On Sat, Apr 30, 2011 at 10:40:07PM +0200, Stefan Weil wrote: > QEMU sends frames smaller than 60 bytes to ethernet nics. > This should be fixed in the networking code because normally > such frames are rejected by real NICs and their emulations. > To avoid this behaviour, other NIC emulations pad r

Re: [Qemu-devel] [PATCH v2 04/10] eepro100: Pad received short frames

2011-05-05 Thread Stefan Weil
Am 05.05.2011 15:00, schrieb Michael S. Tsirkin: On Sat, Apr 30, 2011 at 10:40:07PM +0200, Stefan Weil wrote: QEMU sends frames smaller than 60 bytes to ethernet nics. This should be fixed in the networking code because normally such frames are rejected by real NICs and their emulations. To avoi