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)
Dec 23 2023, 1:37 AM
Unknown Object (File)
Jul 6 2023, 10:29 AM
Unknown Object (File)
Jun 6 2023, 11:48 PM
Unknown Object (File)
May 2 2023, 6:57 AM
Unknown Object (File)
Apr 19 2023, 10:32 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

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