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)
Sun, Feb 9, 2:31 AM
Unknown Object (File)
Fri, Feb 7, 10:26 PM
Unknown Object (File)
Tue, Jan 21, 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
Unknown Object (File)
Oct 21 2024, 12:48 PM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable