summaryrefslogtreecommitdiff
path: root/translate-all.c
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2013-05-22 14:50:18 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2013-05-24 16:34:13 +0200
commit00b7ade807b5ce6779ddd86ce29c5521ec5c529a (patch)
tree2eb30c6de356962f20aaa368638a7d779bd26ed3 /translate-all.c
parentd73fe37e7bab4ef06b94c48b2a8d8952c03619d4 (diff)
downloadqemu-00b7ade807b5ce6779ddd86ce29c5521ec5c529a.tar.gz
rtl8139: flush queued packets when RxBufPtr is written
Net queues support efficient "receive disable". For example, tap's file descriptor will not be polled while its peer has receive disabled. This saves CPU cycles for needlessly copying and then dropping packets which the peer cannot receive. rtl8139 is missing the qemu_flush_queued_packets() call that wakes the queue up when receive becomes possible again. As a result, the Windows 7 guest driver reaches a state where the rtl8139 cannot receive packets. The driver has actually refilled the receive buffer but we never resume reception. The bug can be reproduced by running a large FTP 'get' inside a Windows 7 guest: $ qemu -netdev tap,id=tap0,... -device rtl8139,netdev=tap0 The Linux guest driver does not trigger the bug, probably due to a different buffer management strategy. Reported-by: Oliver Francke <oliver.francke@filoo.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'translate-all.c')
0 files changed, 0 insertions, 0 deletions