Re: [Qemu-devel] [PATCH] smc91c111: Fix receive starvation

2013-11-15 Thread Stefan Hajnoczi
On Thu, Nov 14, 2013 at 02:53:46PM +0100, Sebastian Huber wrote: > In case the smc91c111 interface signals that it cannot receive more > packets the packets are queued and further reception will be disabled. > In case the interface is again ready to receive packets notify the upper > layer. > > Si

[Qemu-devel] [PATCH] smc91c111: Fix receive starvation

2013-11-14 Thread Sebastian Huber
In case the smc91c111 interface signals that it cannot receive more packets the packets are queued and further reception will be disabled. In case the interface is again ready to receive packets notify the upper layer. Signed-off-by: Sebastian Huber --- hw/net/smc91c111.c |1 + 1 files chang