Re: [Qemu-devel] [PATCH v1 2/3] xilinx_ethlite: Flush queued packets on SW service

2013-01-26 Thread Edgar E. Iglesias
On Sat, Jan 26, 2013 at 12:36:23PM -0800, Peter Crosthwaite wrote: > Software services a received packet by clearing the CTRL_S bit in the RX_CTRLn > register. If this bit is cleared, flush any packets queued for the device. Applied > > Reported-by: John Williams > Signed-off-by: Peter Crosthwa

[Qemu-devel] [PATCH v1 2/3] xilinx_ethlite: Flush queued packets on SW service

2013-01-26 Thread Peter Crosthwaite
Software services a received packet by clearing the CTRL_S bit in the RX_CTRLn register. If this bit is cleared, flush any packets queued for the device. Reported-by: John Williams Signed-off-by: Peter Crosthwaite --- hw/xilinx_ethlite.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions