Page MenuHomeFreeBSD

Use iflib_if_init_locked() during media change instead of iflib_init_locked().
ClosedPublic

Authored by allanjude on Feb 14 2021, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 19, 2:22 PM
Unknown Object (File)
Sat, Mar 8, 1:19 AM
Unknown Object (File)
Feb 22 2025, 6:09 PM
Unknown Object (File)
Feb 20 2025, 12:17 AM
Unknown Object (File)
Feb 10 2025, 2:22 PM
Unknown Object (File)
Feb 8 2025, 3:32 PM
Unknown Object (File)
Feb 4 2025, 8:23 AM
Unknown Object (File)
Feb 2 2025, 11:57 AM
Subscribers

Details

Summary

iflib_init_locked() assumes that iflib_stop() has been called, however,
it is not called for media changes.
iflib_if_init_locked() calls stop then init, so fixes the problem.

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253473
MFC after: 3 days
Sponsored by: Juniper Networks, Inc., Klara, Inc.

Diff Detail

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

Event Timeline

Seems right. Other callers of iflib_init_locked() look ok.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 16 2021, 7:02 PM
This revision was automatically updated to reflect the committed changes.