conf: enable TCP_HPTS_KTEST on debug builds
Enable the kernel build option TCP_HPTS_KTEST on debug builds and disable it on non-debug builds. PR: 290234 Reviewed by: Nick Banks, glebius Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D53108
This commit is contained in:
@@ -16,3 +16,4 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
|
|||||||
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
|
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
|
||||||
options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
|
options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
|
||||||
options KDTRACE_MIB_SDT # Add SDT probes to network counters
|
options KDTRACE_MIB_SDT # Add SDT probes to network counters
|
||||||
|
options TCP_HPTS_KTEST # Add KTEST support for HPTS
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ nooptions KCOV
|
|||||||
nooptions MALLOC_DEBUG_MAXZONES
|
nooptions MALLOC_DEBUG_MAXZONES
|
||||||
nooptions QUEUE_MACRO_DEBUG_TRASH
|
nooptions QUEUE_MACRO_DEBUG_TRASH
|
||||||
nooptions KDTRACE_MIB_SDT
|
nooptions KDTRACE_MIB_SDT
|
||||||
|
nooptions TCP_HPTS_KTEST
|
||||||
|
|
||||||
# Net80211 debugging
|
# Net80211 debugging
|
||||||
nooptions IEEE80211_DEBUG
|
nooptions IEEE80211_DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user