[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] hw/net: npcm7xx_emc fix missing queue_flush
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2] hw/net: npcm7xx_emc fix missing queue_flush |
Date: |
Sat, 4 Dec 2021 10:45:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 |
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 <venture@google.com>
> ---
> v2: introduced helper method to encapsulate rx activation and queue flush.
Thanks,
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> hw/net/npcm7xx_emc.c | 18 ++++++++----------
> 1 file changed, 8 insertions(+), 10 deletions(-)