You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DbgPrintEx diagnostics used while bringing up the two-instance data
path are useful for future debugging but must not be active in a normal
build. Gate them all behind preprocessor switches that are undefined by
default:
- netvadapterlibrary (enl.cpp, rxqueue.cpp, adapter.cpp): the ENL
forward / rx-indication probes and queue-event traces compile only
when NETV_DATAPATH_DEBUG is defined.
- wificx drivercode: DbgPrintEx calls route through a WFC_TRACE macro
(precomp.h) that expands to nothing unless WIFICX_DATAPATH_DEBUG is
defined.
Keeping the instrumentation in one self-contained, off-by-default commit
makes it easy to enable for diagnosis or drop entirely.
Signed-off-by: Chaitanya Tata <Chaitanya@Dotstarsystems.com>
Assisted-by: Claude:claude-opus-4.8
0 commit comments