Currently each bfp descriptor uses u64 variables to maintain its counters.
On interfaces with high packet rate this leads to unnecessary contention and
inaccurate reporting. Fix this by using standard counter(9) API for each counter.
Details
Details
- Reviewers
ae kp - Group Reviewers
network - Commits
- rS331275: Use count(9) api for the bpf(4) statistics.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 15625 Build 15661: arc lint + arc unit