Re: [Qemu-devel] [PATCH] eepro100: Frame Reception

2016-09-21 Thread Jason Wang
On 2016年08月24日 00:46, Mateus Krepsky Ludwich wrote: Changed E100 device so it updates EOF, F, and Actual Count fields of Receive Frame Descriptor (RFD). Actual Count fields were updated before this patch I think? Assuming RFD.actual_count equals to size. Signed-off-by: Mateus Krepsky Ludwi

Re: [Qemu-devel] [PATCH] eepro100: Frame Reception

2016-09-06 Thread Mateus Krepsky Ludwich
Ping. http://patchwork.ozlabs.org/patch/662355/ On Tue, Aug 23, 2016 at 1:46 PM, Mateus Krepsky Ludwich wrote: > Changed E100 device so it updates EOF, F, and Actual Count fields of Receive > Frame Descriptor (RFD). > Assuming RFD.actual_count equals to size. > > Signed-off-by: Mateus Krepsky L

[Qemu-devel] [PATCH] eepro100: Frame Reception

2016-08-24 Thread Mateus Krepsky Ludwich
Changed E100 device so it updates EOF, F, and Actual Count fields of Receive Frame Descriptor (RFD). Assuming RFD.actual_count equals to size. Signed-off-by: Mateus Krepsky Ludwich --- hw/net/eepro100.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/net/eepro100.c b/hw/net/eepro100.c