Re: [Qemu-devel] [PATCH] rtl8139: check the buffer availiability

2011-10-14 Thread Stefan Weil
See my comments below. Am 14.10.2011 12:49, schrieb Jason Wang: Reduce spurious packet drops on RX ring empty when in c+ mode by verifying that we have at least 1 buffer ahead of the time. Signed-off-by: Jason Wang --- hw/rtl8139.c | 43 +-- 1 files

[Qemu-devel] [PATCH] rtl8139: check the buffer availiability

2011-10-14 Thread Jason Wang
Reduce spurious packet drops on RX ring empty when in c+ mode by verifying that we have at least 1 buffer ahead of the time. Signed-off-by: Jason Wang --- hw/rtl8139.c | 43 +-- 1 files changed, 29 insertions(+), 14 deletions(-) diff --git a/hw/rtl8139.