qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Fix the overrun check of the receive ring buffer
@ 2024-07-09  6:33 yong.huang
  2024-07-09  6:33 ` [PATCH v2 1/1] e1000: " yong.huang
  0 siblings, 1 reply; 2+ messages in thread
From: yong.huang @ 2024-07-09  6:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jason Wang, yong.huang

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-09  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09  6:33 [PATCH v2 0/1] Fix the overrun check of the receive ring buffer yong.huang
2024-07-09  6:33 ` [PATCH v2 1/1] e1000: " yong.huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).