aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netdev_rx_queue.c
diff options
context:
space:
mode:
authorPiotr Kwapulinski <[email protected]>2025-02-21 15:49:17 +0000
committerTony Nguyen <[email protected]>2025-04-02 15:51:41 +0000
commit40206599beec98cfeb01913ee417f015e3f6190c (patch)
tree47dd519f1ac7169417031732dcea1598cbd0b632 /net/core/netdev_rx_queue.c
parente1000e: change k1 configuration on MTP and later platforms (diff)
downloadkernel-40206599beec98cfeb01913ee417f015e3f6190c.tar.gz
kernel-40206599beec98cfeb01913ee417f015e3f6190c.zip
ixgbe: fix media type detection for E610 device
The commit 23c0e5a16bcc ("ixgbe: Add link management support for E610 device") introduced incorrect media type detection for E610 device. It reproduces when advertised speed is modified after driver reload. Clear the previous outdated PHY type high value. Reproduction steps: modprobe ixgbe ethtool -s eth0 advertise 0x1000000000000 modprobe -r ixgbe modprobe ixgbe ethtool -s eth0 advertise 0x1000000000000 Result before the fix: netlink error: link settings update failed netlink error: Invalid argument Result after the fix: No output error Fixes: 23c0e5a16bcc ("ixgbe: Add link management support for E610 device") Reviewed-by: Przemek Kitszel <[email protected]> Reviewed-by: Paul Menzel <[email protected]> Signed-off-by: Piotr Kwapulinski <[email protected]> Reviewed-by: Simon Horman <[email protected]> Tested-by: Bharath R <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'net/core/netdev_rx_queue.c')
0 files changed, 0 insertions, 0 deletions