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
Unknown Object (File)
Feb 2 2024, 7:40 PM
Unknown Object (File)
Jan 31 2024, 8:54 AM
Unknown Object (File)
Jan 29 2024, 2:28 PM
Unknown Object (File)
Dec 22 2023, 11:20 PM
Unknown Object (File)
Dec 10 2023, 9:49 PM
Unknown Object (File)
Nov 30 2023, 9:26 AM
Unknown Object (File)
Nov 29 2023, 9:58 AM
Unknown Object (File)
Nov 26 2023, 4:51 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 36184
Build 33073: 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.