Re: [RFC PATCH net-next 3/9] ethtool: Add an interface for flashing transceiver modules' firmware

From: Jakub Kicinski
Date: Mon Jan 22 2024 - 21:15:47 EST


On Mon, 22 Jan 2024 10:45:24 +0200 Danielle Ratson wrote:
> + name: status
> + type: u8

u32, also - it'd be nice to define the enum values in the spec and link
it here by
enum: ...

> + -
> + name: status-msg
> + type: string
> + -
> + name: done
> + type: u64
> + -
> + name: total
> + type: u64

perhaps u64 -> uint?