aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-06-03 16:45:19 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-06-03 16:53:06 +0530
commitdcdea7ee8b51a8e9bad6b92fa881abcea1cb86cf (patch)
treedb48b00aae02fe670309fa332f02ab63b1a97ded
parentb87ff13c67f9015562cccda83037ba9effdb4e8f (diff)
linaro/configs: preempt-rt: Disable debug macros to boost network performancesamsung-lt-lng-v3.8.13-3tracking-lng-rt
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 a808d4f82a6..cc42b67cd26 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