Re: [PATCH v2 025/148] net/ice/base: use model-dependent number of PHY ports

2024-06-19 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:00:19PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Set up and use model-dependent number of PHY ports. > > Also fix iterations over PTP ports. Don't see this code making it into this patch. Just see the new variables discussed below. /Bruce > > Define 'max

[PATCH v2 025/148] net/ice/base: use model-dependent number of PHY ports

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Set up and use model-dependent number of PHY ports. Also fix iterations over PTP ports. Define 'max_phy_port', a new ice_hw struct member to store the max port number handled by given clock owner. Replace 'phy_ports' with 'max_phy_port' for max range in iterations over PTP port