Page MenuHomeFreeBSD

ix(4): Fix incomplete speed coverage in link status logging
ClosedPublic

Authored by Yogesh.Bhosale_intel.com on Sep 9 2025, 10:27 AM.
Tags
None
Referenced Files
F132352846: D52442.id161820.diff
Thu, Oct 16, 4:13 AM
Unknown Object (File)
Mon, Oct 13, 12:39 PM
Unknown Object (File)
Sun, Oct 12, 3:01 PM
Unknown Object (File)
Sat, Oct 11, 4:36 PM
Unknown Object (File)
Fri, Oct 10, 9:56 PM
Unknown Object (File)
Fri, Oct 10, 9:56 PM
Unknown Object (File)
Fri, Oct 10, 9:55 PM
Unknown Object (File)
Fri, Oct 10, 4:03 PM
Subscribers

Details

Summary

Originally ixgbe_if_update_admin_status() only handled 1G and 10G speeds,
causing any other speeds to display as "1 Gbps" in link status logs.

This issue is fixed by adding link speed to string conversion logic through
the introduction of a helper function, ixgbe_link_speed_to_str(), which
corrects the misleading logs to reflect accurate link speeds.

Signed-off-by: Yogesh Bhosale yogesh.bhosale@intel.com

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Sep 9 2025, 10:27 AM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 9 2025, 5:40 PM
This revision was automatically updated to reflect the committed changes.