summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch')
-rw-r--r--recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch b/recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch
deleted file mode 100644
index edd47f7d..00000000
--- a/recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From a2894f645e972b7dfc97b59ea1c1e91e741c04d1 Mon Sep 17 00:00:00 2001
2From: Cristian Stoica <cristian.stoica@nxp.com>
3Date: Fri, 28 Oct 2016 19:07:29 +0300
4Subject: [PATCH 087/104] add % to cpu idle for convenience
5
6Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
7---
8 tests/async_speed_multi.sh | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh
12index f83e362..90f9b72 100755
13--- a/tests/async_speed_multi.sh
14+++ b/tests/async_speed_multi.sh
15@@ -112,7 +112,7 @@ function run_parallel
16 echo -e "algorithm\t""threads\t""run time\t"\
17 "buffer size\t""GB/s\t""%cpu idle"
18 echo -e "${alg_name}\t${mvalue}\t${runtime}\t"\
19- "${nvalue}\t${avg_speed}\t${cpu_idle}"
20+ "${nvalue}\t${avg_speed}\t${cpu_idle}%"
21 fi
22 }
23
24--
252.10.2
26