]> git.proxmox.com Git - qemu.git/commit
smc91c111: Fix receive starvation
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Thu, 14 Nov 2013 13:53:46 +0000 (14:53 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Nov 2013 12:25:39 +0000 (13:25 +0100)
commit8b7acc79b9adb4dda6cc867b90e3a1e873f4f7e8
tree9f3055b64a4b08ee2723cd0bb822d743337e41ea
parent5c5432e7d630592ddcc1876ac8a1505f8f14ef15
smc91c111: Fix receive starvation

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 <sebastian.huber@embedded-brains.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/smc91c111.c