[PATCH v2 0/1] Fix the overrun check of the receive ring buffer

yong.huang@smartx.com posted 1 patch 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1720506723.git.yong.huang@smartx.com
Maintainers: Jason Wang <jasowang@redhat.com>
hw/net/e1000.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
[PATCH v2 0/1] Fix the overrun check of the receive ring buffer
Posted by yong.huang@smartx.com 4 months, 2 weeks ago
From: Hyman Huang <yong.huang@smartx.com>

The version 2 fix the corner case in e1000_has_rxbufs:
Handle the scenario of RDH==RDT while total_size > s->rxbuf_size.

Hyman Huang (1):
  e1000: Fix the overrun check of the receive ring buffer

 hw/net/e1000.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

-- 
2.27.0