Re: [PATCH iproute2 4/4] devlink: Fix devlink health set command

2019-09-18 Thread Aya Levin
On 9/17/2019 6:23 PM, Stephen Hemminger wrote: > On Thu, 5 Sep 2019 15:43:07 +0300 > Tariq Toukan wrote: > >> From: Aya Levin >> >> Prior to this patch both the reporter's name and the grace period >> attributes shared the same bit. This caused zeroing grace period when >> setting auto recove

Re: [PATCH iproute2 4/4] devlink: Fix devlink health set command

2019-09-17 Thread Stephen Hemminger
On Thu, 5 Sep 2019 15:43:07 +0300 Tariq Toukan wrote: > From: Aya Levin > > Prior to this patch both the reporter's name and the grace period > attributes shared the same bit. This caused zeroing grace period when > setting auto recovery. Let each parameter has its own bit. > > Fixes: b18d891

[PATCH iproute2 4/4] devlink: Fix devlink health set command

2019-09-05 Thread Tariq Toukan
From: Aya Levin Prior to this patch both the reporter's name and the grace period attributes shared the same bit. This caused zeroing grace period when setting auto recovery. Let each parameter has its own bit. Fixes: b18d89195b16 ("devlink: Add devlink health set command") Signed-off-by: Aya Le