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)
Sat, Oct 18, 3:32 AM
Unknown Object (File)
Fri, Sep 26, 8:31 AM
Unknown Object (File)
Aug 20 2025, 6:42 PM
Unknown Object (File)
Aug 3 2025, 3:56 PM
Unknown Object (File)
Jul 29 2025, 7:53 AM
Unknown Object (File)
Jul 16 2025, 12:23 PM
Unknown Object (File)
Jul 11 2025, 12:49 PM
Unknown Object (File)
Jul 1 2025, 4:21 PM

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

Lint
Lint Skipped
Unit
Tests Skipped