All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pawel Chmielewski <pawel.chmielewski@intel.com>
To: "Greenwalt, Paul" <paul.greenwalt@intel.com>
Cc: aelior@marvell.com, Andrew Lunn <andrew@lunn.ch>,
	intel-wired-lan@lists.osuosl.org, manishc@marvell.com,
	netdev@vger.kernel.org
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v2 2/9] ethtool: Add forced speed to supported link modes maps
Date: Wed, 23 Aug 2023 19:56:24 +0200	[thread overview]
Message-ID: <ZOZISCYNWEKqBotb@baltimore> (raw)
In-Reply-To: <e676df0e-b736-069c-77c4-ae58ad1e24f8@intel.com>

On Sun, Aug 20, 2023 at 12:20:43PM -0700, Greenwalt, Paul wrote:
> 
> 
> On 8/20/2023 11:54 AM, Andrew Lunn wrote:
> > On Sat, Aug 19, 2023 at 02:39:41AM -0700, Paul Greenwalt wrote:
> >> The need to map Ethtool forced speeds to  Ethtool supported link modes is
> >> common among drivers. To support this move the supported link modes maps
> >> implementation from the qede driver. This is an efficient solution
> >> 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. The macro ETHTOOL_FORCED_SPEED_MAP is a helper to initialized
> >> the struct ethtool_forced_speed_map.
> > 
> > Is there any way to reuse this table:
> > 
> > https://elixir.bootlin.com/linux/latest/source/drivers/net/phy/phy-core.c#L161
> > 
> > Seems silly to have multiple tables if this one can be made to work.
> > It is also used a lot more than anything you will add, which has just
> > two users so far, so problems with it a likely to be noticed faster.
> > 
> > 	Andrew
> 
> Yes, we'll can look into that.

I think it would be better to leave the maps in the code of respective drivers, as they are too much hardware related. 
Even for a single speed, the sets of supported link modes may vary between the devices.
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

WARNING: multiple messages have this Message-ID (diff)
From: Pawel Chmielewski <pawel.chmielewski@intel.com>
To: "Greenwalt, Paul" <paul.greenwalt@intel.com>
Cc: Andrew Lunn <andrew@lunn.ch>, <intel-wired-lan@lists.osuosl.org>,
	<netdev@vger.kernel.org>, <aelior@marvell.com>,
	<manishc@marvell.com>
Subject: Re: [PATCH iwl-next v2 2/9] ethtool: Add forced speed to supported link modes maps
Date: Wed, 23 Aug 2023 19:56:24 +0200	[thread overview]
Message-ID: <ZOZISCYNWEKqBotb@baltimore> (raw)
In-Reply-To: <e676df0e-b736-069c-77c4-ae58ad1e24f8@intel.com>

On Sun, Aug 20, 2023 at 12:20:43PM -0700, Greenwalt, Paul wrote:
> 
> 
> On 8/20/2023 11:54 AM, Andrew Lunn wrote:
> > On Sat, Aug 19, 2023 at 02:39:41AM -0700, Paul Greenwalt wrote:
> >> The need to map Ethtool forced speeds to  Ethtool supported link modes is
> >> common among drivers. To support this move the supported link modes maps
> >> implementation from the qede driver. This is an efficient solution
> >> 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. The macro ETHTOOL_FORCED_SPEED_MAP is a helper to initialized
> >> the struct ethtool_forced_speed_map.
> > 
> > Is there any way to reuse this table:
> > 
> > https://elixir.bootlin.com/linux/latest/source/drivers/net/phy/phy-core.c#L161
> > 
> > Seems silly to have multiple tables if this one can be made to work.
> > It is also used a lot more than anything you will add, which has just
> > two users so far, so problems with it a likely to be noticed faster.
> > 
> > 	Andrew
> 
> Yes, we'll can look into that.

I think it would be better to leave the maps in the code of respective drivers, as they are too much hardware related. 
Even for a single speed, the sets of supported link modes may vary between the devices.

  reply	other threads:[~2023-08-23 18:00 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-19  9:39 [Intel-wired-lan] [PATCH iwl-next v2 2/9] ethtool: Add forced speed to supported link modes maps Paul Greenwalt
2023-08-19  9:39 ` Paul Greenwalt
2023-08-20 14:45 ` [Intel-wired-lan] " Simon Horman
2023-08-20 14:45   ` Simon Horman
2023-08-20 17:29   ` [Intel-wired-lan] " Greenwalt, Paul
2023-08-20 17:29     ` Greenwalt, Paul
2023-08-20 18:54 ` [Intel-wired-lan] " Andrew Lunn
2023-08-20 18:54   ` Andrew Lunn
2023-08-20 19:20   ` [Intel-wired-lan] " Greenwalt, Paul
2023-08-20 19:20     ` Greenwalt, Paul
2023-08-23 17:56     ` Pawel Chmielewski [this message]
2023-08-23 17:56       ` Pawel Chmielewski
2023-08-23 18:09       ` [Intel-wired-lan] " Jacob Keller
2023-08-23 18:09         ` Jacob Keller
2023-08-23 20:58         ` [Intel-wired-lan] " Andrew Lunn
2023-08-23 20:58           ` Andrew Lunn
2023-08-25 13:19       ` [Intel-wired-lan] " Alexander Lobakin
2023-08-25 13:19         ` Alexander Lobakin
2023-08-25 13:47         ` Andrew Lunn
2023-08-25 13:47           ` Andrew Lunn
2023-08-25 13:57           ` Alexander Lobakin
2023-08-25 13:57             ` Alexander Lobakin
2023-08-31 13:08           ` Pawel Chmielewski
2023-08-31 13:08             ` Pawel Chmielewski
2023-09-03 14:00             ` Andrew Lunn
2023-09-03 14:00               ` Andrew Lunn
2023-09-04 15:27               ` Pawel Chmielewski
2023-09-04 15:27                 ` Pawel Chmielewski
2023-09-14 14:27               ` Pawel Chmielewski
2023-09-14 14:27                 ` Pawel Chmielewski
2023-09-15 13:41                 ` Alexander Lobakin
2023-09-15 13:41                   ` Alexander Lobakin
2023-09-15 13:58                   ` Andrew Lunn
2023-09-15 13:58                     ` Andrew Lunn
2023-09-15 13:53                 ` Andrew Lunn
2023-09-15 13:53                   ` Andrew Lunn
2023-08-21 13:00 ` Alexander Lobakin
2023-08-21 13:00   ` Alexander Lobakin
2023-08-24 10:18 ` kernel test robot
2023-08-24 10:18   ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZOZISCYNWEKqBotb@baltimore \
    --to=pawel.chmielewski@intel.com \
    --cc=aelior@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=manishc@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=paul.greenwalt@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.