[Bug 288960] [ix] - link speed not properly logged for 100M
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Sep 2025 17:40:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288960
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=46347b3619757e3d683a87ca03efaf2ae242335f
commit 46347b3619757e3d683a87ca03efaf2ae242335f
Author:     Yogesh Bhosale <Yogesh.Bhosale@intel.com>
AuthorDate: 2025-09-09 17:01:04 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2025-09-09 17:39:10 +0000
    ixgbe: Fix incomplete speed coverage in link status logging
    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
    PR:             288960
    Reported by:    Mike Belanger - QNX
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D52442
 sys/dev/ixgbe/if_ix.c | 34 +++++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)
-- 
You are receiving this mail because:
You are the assignee for the bug.