Re: [PATCH net-next 03/16] devlink: Add devlink reload limit option

From: Jakub Kicinski
Date: Thu Oct 01 2020 - 17:15:47 EST


On Thu, 1 Oct 2020 16:59:06 +0300 Moshe Shemesh wrote:
> Add reload limit to demand restrictions on reload actions.
> Reload limits supported:
> no_reset: No reset allowed, no down time allowed, no link flap and no
> configuration is lost.
>
> By default reload limit is unspecified and so no constrains on reload
> actions are required.
>
> Some combinations of action and limit are invalid. For example, driver
> can not reinitialize its entities without any downtime.
>
> The no_reset reload limit will have usecase in this patchset to
> implement restricted fw_activate on mlx5.
>
> Signed-off-by: Moshe Shemesh <moshe@xxxxxxxxxxxx>

Other than the nit:

Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>