All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] recipes-kernel: disable more debugs that influence latency performance
@ 2021-09-18  1:08 Hongzhan Chen
  2021-09-18  8:10 ` Philippe Gerum
  2021-10-05 13:09 ` Jan Kiszka
  0 siblings, 2 replies; 3+ messages in thread
From: Hongzhan Chen @ 2021-09-18  1:08 UTC (permalink / raw)
  To: xenomai

For dovetail-based xenomai, max lat may drop from 203.800 us
to 9.807 us in 10 hours stressed latency test on Maxtang 8565U board
with lava test.

diff --git a/recipes-kernel/linux/files/common_nodbg.cfg b/recipes-kernel/linux/files/common_nodbg.cfg
index d7d87c5..29b3522 100644
--- a/recipes-kernel/linux/files/common_nodbg.cfg
+++ b/recipes-kernel/linux/files/common_nodbg.cfg
@@ -1,2 +1,9 @@
 # CONFIG_IPIPE_DEBUG is not set
 # CONFIG_XENO_OPT_DEBUG is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_DEBUG_RT_MUTEXES is not set
+# CONFIG_DEBUG_SPINLOCK is not set
+# CONFIG_DEBUG_MUTEXES is not set
+# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
+# CONFIG_DEBUG_RWSEMS is not set
+# CONFIG_DEBUG_LOCK_ALLOC is not set
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-05 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18  1:08 [PATCH] recipes-kernel: disable more debugs that influence latency performance Hongzhan Chen
2021-09-18  8:10 ` Philippe Gerum
2021-10-05 13:09 ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.