Re: [PATCH net-next v2] devlink: Add health recover notifications on devlink flows

From: David Miller
Date: Sat Jan 25 2020 - 04:35:18 EST


From: Moshe Shemesh <moshe@xxxxxxxxxxxx>
Date: Thu, 23 Jan 2020 19:57:13 +0200

> Devlink health recover notifications were added only on driver direct
> updates of health_state through devlink_health_reporter_state_update().
> Add notifications on updates of health_state by devlink flows of report
> and recover.
>
> Moved functions devlink_nl_health_reporter_fill() and
> devlink_recover_notify() to avoid forward declaration.
>
> Fixes: 97ff3bd37fac ("devlink: add devink notification when reporter update health state")
> Signed-off-by: Moshe Shemesh <moshe@xxxxxxxxxxxx>

Applied, thank you.