Page MenuHomeFreeBSD

if_bnxt: Fix media speed update issue in "ifconfig -m" during PHY hot plug
ClosedPublic

Authored by chandrakanth.patil_broadcom.com on Dec 7 2023, 12:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 3 2024, 8:35 PM
Unknown Object (File)
May 28 2024, 7:57 PM
Unknown Object (File)
May 11 2024, 9:34 AM
Unknown Object (File)
Apr 28 2024, 7:57 PM
Unknown Object (File)
Apr 5 2024, 9:29 AM
Unknown Object (File)
Mar 17 2024, 9:25 AM
Unknown Object (File)
Mar 17 2024, 9:25 AM
Unknown Object (File)
Mar 17 2024, 9:25 AM
Subscribers
None

Details

Summary

Currently, if a media type (e.g., DAC) is hot-plugged out and another type
(e.g., optical cable) is hot-plugged in, the new speed is not reflected in
ifconfig. This occurs when the driver fails to update speeds with unchanged
tx and rx flow control.

To fix, a phy_type check ensures update of phy speeds upon detecting the new
phy.

Diff Detail

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