Page MenuHomeFreeBSD

sockbuf: remove unused mbuf counter and cluster counter
ClosedPublic

Authored by glebius on May 27 2022, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 5:12 PM
Unknown Object (File)
Sun, Feb 9, 2:31 AM
Unknown Object (File)
Fri, Feb 7, 10:26 PM
Unknown Object (File)
Jan 21 2025, 11:25 AM
Unknown Object (File)
Dec 29 2024, 12:50 AM
Unknown Object (File)
Dec 21 2024, 11:46 PM
Unknown Object (File)
Dec 4 2024, 5:34 PM
Unknown Object (File)
Oct 24 2024, 5:10 AM

Details

Summary

With M_EXTPG mbufs these two counters already do not represent the
reality. As we are moving towards protocol independent socket buffers,
which may not even use mbufs at all, the counters become less and less
relevant. The only userland seeing them was 'netstat -x'.

PR: 264181 (exp-run)

Diff Detail

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