[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/1] Fix the overrun check of the receive ring buffer
From: |
yong . huang |
Subject: |
[PATCH v2 0/1] Fix the overrun check of the receive ring buffer |
Date: |
Tue, 9 Jul 2024 14:33:37 +0800 |
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
- [PATCH v2 0/1] Fix the overrun check of the receive ring buffer,
yong . huang <=