Re: [PATCH net] atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC

From: Jakub Kicinski
Date: Thu Feb 10 2022 - 21:21:02 EST


On Thu, 10 Feb 2022 10:12:01 +0200 Gatis Peisenieks wrote:
> If NIC had packets in tx queue at the moment link down event
> happened, it could result in tx timeout when link got back up.
>
> Since device has more than one tx queue we need to reset them
> accordingly.
>
> Signed-off-by: Gatis Peisenieks <gatis@xxxxxxxxxxxx>

Fixes: 057f4af2b171 ("atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NIC")

?