[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231017092622.GT1751252@kernel.org>
Date: Tue, 17 Oct 2023 11:26:22 +0200
From: Simon Horman <horms@...nel.org>
To: Paul Greenwalt <paul.greenwalt@...el.com>
Cc: netdev@...r.kernel.org, andrew@...n.ch, aelior@...vell.com,
manishc@...vell.com, vladimir.oltean@....com, jdamato@...tly.com,
pawel.chmielewski@...el.com, edumazet@...gle.com,
intel-wired-lan@...ts.osuosl.org, kuba@...nel.org,
d-tatianin@...dex-team.ru, pabeni@...hat.com, davem@...emloft.net,
jiri@...nulli.us, Jacob Keller <jacob.e.keller@...el.com>,
Przemek Kitszel <przemyslaw.kitszel@...el.com>
Subject: Re: [PATCH net-next v5 1/3] ethtool: Add forced speed to supported
link modes maps
On Sun, Oct 15, 2023 at 07:43:02PM -0400, Paul Greenwalt wrote:
> The need to map Ethtool forced speeds to Ethtool supported link modes is
> common among drivers. To support this, add a common structure for forced
> speed maps and a function to init them. This is solution was originally
> introduced in commit 1d4e4ecccb11 ("qede: populate supported link modes
> maps on module init") for qede driver.
>
> ethtool_forced_speed_maps_init() should be called during driver init
> with an array of struct ethtool_forced_speed_map to populate the mapping.
>
> Definitions for maps themselves are left in the driver code, as the sets
> of supported link modes may vary between the devices.
>
> Suggested-by: Andrew Lunn <andrew@...n.ch>
> Reviewed-by: Jacob Keller <jacob.e.keller@...el.com>
> Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@...el.com>
> Signed-off-by: Pawel Chmielewski <pawel.chmielewski@...el.com>
> Signed-off-by: Paul Greenwalt <paul.greenwalt@...el.com>
Thanks Paul,
I verified that this duplicates infrastructure added by the commit quoted
above. And splits adding the new from removing the old into separate
patches as suggested by Jiri in his review of v2.
This leads to nice code reuse in patch 3/3
and makes for a nicely constructed patchset.
Reviewed-by: Simon Horman <horms@...nel.org>
Powered by blists - more mailing lists