Page MenuHomeFreeBSD

TCP stacks loading issue
ClosedPublic

Authored by rrs on Feb 4 2016, 11:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 12, 9:32 PM
Unknown Object (File)
Jan 21 2024, 3:04 PM
Unknown Object (File)
Dec 20 2023, 12:20 AM
Unknown Object (File)
Dec 15 2023, 2:33 AM
Unknown Object (File)
Dec 15 2023, 2:32 AM
Unknown Object (File)
Dec 1 2023, 8:40 AM
Unknown Object (File)
Nov 4 2023, 1:09 PM
Unknown Object (File)
May 4 2023, 1:09 AM
Subscribers

Details

Summary

The fast path.c code had the wrong module dependency (which is fixed in this revision too) but it
points out a weakness in the initialization, i.e. one must have the register function either
validate that initialization and error, or just do the initialization at that point. I choose the
later since it does no harm.

Test Plan

load the old module without changing its order and make sure we don't crash :-)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rrs retitled this revision from to TCP stacks loading issue.
rrs updated this object.
rrs edited the test plan for this revision. (Show Details)
rrs added a reviewer: hiren.
rrs added a subscriber: transport.
hiren edited edge metadata.
This revision is now accepted and ready to land.Feb 4 2016, 6:41 PM