Re: [Qemu-devel] [PATCH v2] net: e1000e: fix an infinite loop issue

2017-02-09 Thread Dmitry Fleytman
> On 9 Feb 2017, at 04:11 AM, Li Qiang wrote: > > From: Li Qiang > > This issue is like the issue in e1000 network card addressed in > this commit: > e1000: eliminate infinite loops on out-of-bounds transfer start. Hi, Please see my comments below. > > Signed-off-by: Li Qiang > --- > > C

[Qemu-devel] [PATCH v2] net: e1000e: fix an infinite loop issue

2017-02-08 Thread Li Qiang
From: Li Qiang This issue is like the issue in e1000 network card addressed in this commit: e1000: eliminate infinite loops on out-of-bounds transfer start. Signed-off-by: Li Qiang --- Changes since v1: make wraparound detect in e1000e_ring_empty hw/net/e1000e_core.c | 23 +++