]> git.ipfire.org Git - thirdparty/qemu.git/commit
e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty
authorDmitry Fleytman <dmitry@daynix.com>
Fri, 19 Oct 2012 05:56:55 +0000 (07:56 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 30 Nov 2012 21:53:11 +0000 (15:53 -0600)
commite16d81df85ec6e66364770cdb5e2737b0586961c
treec7948b7af1d84f471884140e7dfefd02121a8e5b
parent3dfbc51e787bbe150273595ef526167842fd94ec
e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty

Real HW always treats RX ring with RDH == RDT as empty.
Emulation is supposed to behave the same.

Reported-by: Chris Webb <chris.webb@elastichosts.com>
Reported-by: Richard Davies <richard.davies@elastichosts.com>
Signed-off-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit e5b8b0d4ba29fe1268ba049519a1b0cf8552a21a)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/e1000.c