From 31639fdec76b294fd67c78ec332fe26bf0ad7bb9 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Tue, 27 Sep 2011 23:55:21 +0200 Subject: [PATCH] latency-performance: add cpu_dma_latency=0 --- tune-profiles/latency-performance/ktune.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tune-profiles/latency-performance/ktune.sh b/tune-profiles/latency-performance/ktune.sh index afb12e2..de39c60 100755 --- a/tune-profiles/latency-performance/ktune.sh +++ b/tune-profiles/latency-performance/ktune.sh @@ -4,12 +4,14 @@ start() { set_cpu_governor performance + /usr/libexec/tuned/pmqos-static.py cpu_dma_latency=0 return 0 } stop() { restore_cpu_governor + /usr/libexec/tuned/pmqos-static.py disable return 0 }