aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-06-03 16:45:19 +0530
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-06-18 01:30:04 +0400
commit10c7d39f238eaad4484a500fcff8b364fd74006f (patch)
tree522902cd85a72bcdfb31aea279dbe31c4e529c1d
parent484daa0201b7f886dda49b972f0d9363a69c58bd (diff)
linaro/configs: preempt-rt: Disable debug macros to boost network performancetracking-configs-preempt-rt-linaro-preempt-rt-20130618.0
The debug macros affect the network performance adversely. With the debug macros enabled, netperf reports an average performance figure in the range of 3300 (10^6bits/sec). With the debug macros disabled, the performance goes up to an average of 7200 (10^6bits/sec). Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--linaro/configs/preempt-rt.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/linaro/configs/preempt-rt.conf b/linaro/configs/preempt-rt.conf
index a808d4f82a6f..cc42b67cd265 100644
--- a/linaro/configs/preempt-rt.conf
+++ b/linaro/configs/preempt-rt.conf
@@ -1,2 +1,8 @@
CONFIG_PREEMPT=y
CONFIG_PREEMPT_RT_FULL=y
+# CONFIG_DEBUG_PREEMPT is not set
+# CONFIG_DEBUG_SPINLOCK is not set
+# CONFIG_DEBUG_MUTEXES is not set
+# CONFIG_DEBUG_LOCK_ALLOC is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_DEBUG_RT_MUTEXES is not set