Page MenuHomeFreeBSD

lltable: use own lock
ClosedPublic

Authored by glebius on Fri, Dec 5, 4:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 19, 9:32 PM
Unknown Object (File)
Fri, Dec 19, 3:27 AM
Unknown Object (File)
Thu, Dec 18, 10:20 AM
Unknown Object (File)
Wed, Dec 17, 7:33 PM
Unknown Object (File)
Wed, Dec 17, 6:16 PM
Unknown Object (File)
Mon, Dec 15, 7:24 AM
Unknown Object (File)
Mon, Dec 15, 3:49 AM
Unknown Object (File)
Sun, Dec 14, 7:03 PM

Details

Summary

Add struct mtx to struct lltable and stop using IF_AFDATA_LOCK, that
was created for a completely different purpose. No functional change
intended.

Diff Detail

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

Event Timeline

melifaro added inline comments.
sys/netinet6/nd6.c
1559

Probably worth having WLOCK here (which should be in the old code as well).
We may start running nd6_free() for different LLes from multiple threads, resulting in lltable_unlink_entry() running under read lock

This revision is now accepted and ready to land.Sun, Dec 7, 9:58 PM
zlei added a subscriber: zlei.

Looks good to me.

This revision was automatically updated to reflect the committed changes.