Re: [PATCH v2 2/5] net: marvell: prestera: enlarge fw restart time

From: Andrew Lunn
Date: Wed Mar 20 2024 - 20:10:46 EST


On Wed, Mar 20, 2024 at 07:20:05PM +0200, Elad Nachman wrote:
> From: Elad Nachman <enachman@xxxxxxxxxxx>
>
> Increase firmware restart timeout, as current timeout value of 5 seconds
> was too small, in actual life it can take up to 30 seconds for firmware
> to shutdown and for the firmware loader to shift to the ready to receive
> firmware code state.

So this means the probe can be waiting 30 seconds?

This seems like a really good reason not to reset the hardware during
-EPROBE_DEFER.

Andrew