Re: [PATCH] hw/net: npcm7xx_emc fix missing queue_flush

2021-12-03 Thread Patrick Venture
On Fri, Dec 3, 2021 at 1:54 PM Patrick Venture wrote: > > > On Fri, Dec 3, 2021 at 1:42 PM Philippe Mathieu-Daudé > wrote: > >> On 12/3/21 22:27, Patrick Venture wrote: >> > The rx_active boolean change to true should always trigger a try_read >> > call that flushes the queue. >> > >> > Signed-o

Re: [PATCH] hw/net: npcm7xx_emc fix missing queue_flush

2021-12-03 Thread Patrick Venture
On Fri, Dec 3, 2021 at 1:42 PM Philippe Mathieu-Daudé wrote: > On 12/3/21 22:27, Patrick Venture wrote: > > The rx_active boolean change to true should always trigger a try_read > > call that flushes the queue. > > > > Signed-off-by: Patrick Venture > > --- > > hw/net/npcm7xx_emc.c | 10 ++-

Re: [PATCH] hw/net: npcm7xx_emc fix missing queue_flush

2021-12-03 Thread Philippe Mathieu-Daudé
On 12/3/21 22:27, Patrick Venture wrote: > The rx_active boolean change to true should always trigger a try_read > call that flushes the queue. > > Signed-off-by: Patrick Venture > --- > hw/net/npcm7xx_emc.c | 10 ++ > 1 file changed, 2 insertions(+), 8 deletions(-) > > diff --git a/hw/

[PATCH] hw/net: npcm7xx_emc fix missing queue_flush

2021-12-03 Thread Patrick Venture
The rx_active boolean change to true should always trigger a try_read call that flushes the queue. Signed-off-by: Patrick Venture --- hw/net/npcm7xx_emc.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx_emc.c index 7c892f820f..