Page MenuHomeFreeBSD

netgraph/ng_bridge: switch loopCount to counter framework
AbandonedPublic

Authored by donner on Jan 13 2021, 11:19 PM.
Tags
None
Referenced Files
F95876092: D28144.diff
Sun, Sep 22, 10:27 PM
Unknown Object (File)
Sat, Sep 21, 6:26 AM
Unknown Object (File)
Sun, Sep 1, 3:29 AM
Unknown Object (File)
Fri, Aug 30, 6:19 AM
Unknown Object (File)
Aug 17 2024, 11:01 PM
Unknown Object (File)
Aug 17 2024, 2:43 PM
Unknown Object (File)
Aug 13 2024, 11:16 PM
Unknown Object (File)
Aug 3 2024, 1:35 AM

Details

Reviewers
None
Group Reviewers
network
Summary

Switch the hook private variable loopCount to the counter framework.

Depends on D28125

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36183
Build 33072: arc lint + arc unit

Event Timeline

  • Fix style for overlong line

Rebase after several changes to the orginal source

Overcome by D28559
All write access to this variable will be moved to calls under the WRITER lock.