Page MenuHomeFreeBSD

TCP stacks loading issue
ClosedPublic

Authored by rrs on Feb 4 2016, 11:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 4, 2:47 AM
Unknown Object (File)
Sun, Nov 30, 5:24 PM
Unknown Object (File)
Sun, Nov 23, 4:27 PM
Unknown Object (File)
Sun, Nov 23, 4:26 PM
Unknown Object (File)
Sun, Nov 23, 4:24 PM
Unknown Object (File)
Fri, Nov 21, 12:35 AM
Unknown Object (File)
Fri, Nov 21, 12:31 AM
Unknown Object (File)
Fri, Nov 21, 12:23 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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