Re: [PATCH net-next V3 3/5] devlink: Introduce error burst period for health reporter

From: Jakub Kicinski
Date: Fri Aug 15 2025 - 15:23:56 EST


On Wed, 13 Aug 2025 21:55:47 +0300 Tariq Toukan wrote:
> + * @default_error_burst_period: default time (in msec) for
> + * error recoveries before
> + * starting the grace period

FWIW you don't have to indent the continuation lines this much,
one tab is enough to make it clear that it's a continuation.

> +static bool
> +devlink_health_reporter_burst_period_active(struct devlink_health_reporter *reporter)

Not sure what it means for a period to be active.

devlink_health_reporter_in_burst()