Re: [PATCH net-next] net: phy: broadcom: Add statistics for all Gigabit PHYs

2021-04-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 1 Apr 2021 09:42:33 -0700 you wrote: > All Gigabit PHYs use the same register layout as far as fetching > statistics goes. Fast Ethernet PHYs do not all support statistics, and > the BCM54616S would require some sw

Re: [PATCH net-next] net: phy: broadcom: Add statistics for all Gigabit PHYs

2021-04-01 Thread Andrew Lunn
On Thu, Apr 01, 2021 at 09:42:33AM -0700, Florian Fainelli wrote: > All Gigabit PHYs use the same register layout as far as fetching > statistics goes. Fast Ethernet PHYs do not all support statistics, and > the BCM54616S would require some switching between the coper and fiber > modes to fetch the

[PATCH net-next] net: phy: broadcom: Add statistics for all Gigabit PHYs

2021-04-01 Thread Florian Fainelli
All Gigabit PHYs use the same register layout as far as fetching statistics goes. Fast Ethernet PHYs do not all support statistics, and the BCM54616S would require some switching between the coper and fiber modes to fetch the appropriate statistics which is not supported yet. Signed-off-by: Floria