]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'introduce-unified-and-structured-phy'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 14 Jan 2025 10:44:22 +0000 (11:44 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 14 Jan 2025 10:44:22 +0000 (11:44 +0100)
commita8d00668c06b1aef677c2dc4f91677de2531c967
tree28fbf73b6a9383b8e343f82f3ede9db092f40062
parent6a46e3e87b5964f21eb90e8abfee916141df1763
parent677d895af1cc3bc90c3e09d7eeb0b2cd4dd2ddff
Merge branch 'introduce-unified-and-structured-phy'

Oleksij Rempel says:

====================
Introduce unified and structured PHY

This patch set introduces a unified and well-structured interface for
reporting PHY statistics. Instead of relying on arbitrary strings in PHY
drivers, this interface provides a consistent and structured way to
expose PHY statistics to userspace via ethtool.

The initial groundwork for this effort was laid by Jakub Kicinski, who
contributed patches to plumb PHY statistics to drivers and added support
for structured statistics in ethtool. Building on Jakub's work, I tested
the implementation with several PHYs, addressed a few issues, and added
support for statistics in two specific PHY drivers.

Most of changes are tracked in separate patches.
changes v6:
- drop ethtool_stat_add patch
changes v5:
- rebase against latest net-next
====================

Link: https://patch.msgid.link/20250110060517.711683-1-o.rempel@pengutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>