Re: [Qemu-devel] [PATCH] eepro100: pad to ensure minimum packet size

2011-02-13 Thread Bruce Rogers
>>> On 2/13/2011 at 05:17 AM, Stefan Weil wrote: > Am 11.02.2011 20:36, schrieb Bruce Rogers: >> Recent gpxe e100pro drivers will drop small packets because the emulated >> nic will report an error for small frames. In the qemu model we should >> instead have the e100pro pad out the received fra

Re: [Qemu-devel] [PATCH] eepro100: pad to ensure minimum packet size

2011-02-13 Thread Stefan Weil
Am 11.02.2011 20:36, schrieb Bruce Rogers: Recent gpxe e100pro drivers will drop small packets because the emulated nic will report an error for small frames. In the qemu model we should instead have the e100pro pad out the received frames to be the minimum size and not report this case as an err

[Qemu-devel] [PATCH] eepro100: pad to ensure minimum packet size

2011-02-11 Thread Bruce Rogers
Recent gpxe e100pro drivers will drop small packets because the emulated nic will report an error for small frames. In the qemu model we should instead have the e100pro pad out the received frames to be the minimum size and not report this case as an error. Signed-off-by: Bruce Rogers --- hw/eep