Page MenuHomeFreeBSD

tcp: rack the request level logging is a bit too noisy when doing point logging.
ClosedPublic

Authored by rrs on Apr 19 2023, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 3, 3:56 PM
Unknown Object (File)
Tue, Jul 29, 7:53 AM
Unknown Object (File)
Wed, Jul 16, 12:23 PM
Unknown Object (File)
Fri, Jul 11, 12:49 PM
Unknown Object (File)
Jul 1 2025, 4:21 PM
Unknown Object (File)
Jun 30 2025, 9:10 AM
Unknown Object (File)
Jun 15 2025, 11:42 AM
Unknown Object (File)
May 19 2025, 9:36 AM

Details

Summary

When doing request level BB logging the hybrid_bw_log() does not have proper screening to minimize logging
when point level logging is in use. Lets fix it properly so you have to have the proper knobs set to get the
more noisy logging.

Test Plan

Run the code with a) only point logging, b) just bb logging and then finally verbose bb_logging.. and
validate all the output to the BB log is as expected.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable