On 12/3/21 23:10, 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 <vent...@google.com> > --- > v2: introduced helper method to encapsulate rx activation and queue flush.
Thanks, Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/net/npcm7xx_emc.c | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-)