Re: [PATCH net] devlink: Fix reporter's recovery condition

2020-05-04 Thread David Miller
From: Aya Levin Date: Mon, 4 May 2020 11:27:46 +0300 > Devlink health core conditions the reporter's recovery with the > expiration of the grace period. This is not relevant for the first > recovery. Explicitly demand that the grace period will only apply to > recoveries other than the first. >

[PATCH net] devlink: Fix reporter's recovery condition

2020-05-04 Thread Aya Levin
Devlink health core conditions the reporter's recovery with the expiration of the grace period. This is not relevant for the first recovery. Explicitly demand that the grace period will only apply to recoveries other than the first. Fixes: c8e1da0bf923 ("devlink: Add health report functionality")