[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <96e8acf9-dbd9-6512-423e-22f52919475f@gmail.com>
Date: Wed, 16 Apr 2025 11:24:07 +0100
From: Edward Cree <ecree.xilinx@...il.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org
Subject: Re: [RFG] sfc: nvlog and devlink health
On 15/04/2025 17:41, Jiri Pirko wrote:
> Tue, Apr 15, 2025 at 04:51:39PM +0200, ecree.xilinx@...il.com wrote:
>> DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR is no use here, because it only
>> clears the kernel-saved copy; it doesn't call any driver method.
>
> Can't it be extended to actually call an optional driver method?
> That would sound fine to me and will solve your problem.
Would that be "diagnose"/"dump clear" or "dump"/"dump clear"?
The former is weird, are you sure it's not a misuse of the API to
have "dump clear" clear something that's not a dump? I feel like
extending the devlink core to support a semantic mismatch /
layering violation might raise a few eyebrows.
The latter just doesn't work as (afaict) calling dump twice
without an intervening clear won't get updated output, and users
might want to read again without erasing.
Powered by blists - more mailing lists