mbox series

[net-next,v2,0/2] net: phylib: fix fixed-speed >= 1G

Message ID ZrSutHAqb6uLfmHh@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: phylib: fix fixed-speed >= 1G | expand

Message

Russell King (Oracle) Aug. 8, 2024, 11:40 a.m. UTC
Hi,

This is v2 of the patch (now patches) adding support for ethtool
!autoneg while respecting the requirements of IEEE 802.3.

v2 fixes the build errors in the previous patch by first constifying
the "advertisement" argument to the linkmode functions that only
read from this pointer. It also fixes the incorrectly named
linkmode_set function.

 drivers/net/phy/phy_device.c | 34 +++++++++++++++++++++++++---------
 include/linux/mii.h          |  7 ++++---
 2 files changed, 29 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 11, 2024, 4:12 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 8 Aug 2024 12:40:36 +0100 you wrote:
> Hi,
> 
> This is v2 of the patch (now patches) adding support for ethtool
> !autoneg while respecting the requirements of IEEE 802.3.
> 
> v2 fixes the build errors in the previous patch by first constifying
> the "advertisement" argument to the linkmode functions that only
> read from this pointer. It also fixes the incorrectly named
> linkmode_set function.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: mii: constify advertising mask
    https://git.kernel.org/netdev/net-next/c/aa9fbc5dd9da
  - [net-next,v2,2/2] net: phylib: do not disable autoneg for fixed speeds >= 1G
    https://git.kernel.org/netdev/net-next/c/6ff3cddc365b

You are awesome, thank you!