[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240122173725.066420c0@kernel.org>
Date: Mon, 22 Jan 2024 17:37:25 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Danielle Ratson <danieller@...dia.com>
Cc: <netdev@...r.kernel.org>, <davem@...emloft.net>, <edumazet@...gle.com>,
<pabeni@...hat.com>, <corbet@....net>, <linux@...linux.org.uk>,
<sdf@...gle.com>, <kory.maincent@...tlin.com>,
<maxime.chevallier@...tlin.com>, <vladimir.oltean@....com>,
<przemyslaw.kitszel@...el.com>, <ahmed.zaki@...el.com>,
<richardcochran@...il.com>, <shayagr@...zon.com>,
<paul.greenwalt@...el.com>, <jiri@...nulli.us>,
<linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<mlxsw@...dia.com>, <petrm@...dia.com>, <idosch@...dia.com>
Subject: Re: [RFC PATCH net-next 3/9] ethtool: Add an interface for flashing
transceiver modules' firmware
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?
Powered by blists - more mailing lists