Page MenuHomeFreeBSD

iflib: Add support for SIOCGIFDOWNREASON IOCtl
ClosedPublic

Authored by chandrakanth.patil_broadcom.com on Dec 3 2025, 11:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 18, 11:20 AM
Unknown Object (File)
Fri, Feb 13, 7:40 PM
Unknown Object (File)
Wed, Feb 11, 12:27 AM
Unknown Object (File)
Tue, Feb 10, 11:22 PM
Unknown Object (File)
Jan 30 2026, 7:01 AM
Unknown Object (File)
Jan 29 2026, 4:52 PM
Unknown Object (File)
Jan 28 2026, 9:21 PM
Unknown Object (File)
Dec 24 2025, 1:31 AM

Details

Summary

This change adds native support for the SIOCGIFDOWNREASON ioctl in iflib.

When ifconfig issues SIOCGIFDOWNREASON, the request is now routed through a
new driver callback (IFDI_GET_DOWNREASON). iflib allocates the ifdownreason
structure, calls the driver to fill the down-reason message, and then
returns the data back to ifconfig for display.

Without this change, iflib-based drivers cannot implement link-down reason
reporting even if the hardware provides the information.

No functional change for existing drivers unless they implement the new
IFDI_GET_DOWNREASON method. Existing drivers continue to behave as before.

Diff Detail

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