summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch')
-rw-r--r--recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch b/recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch
deleted file mode 100644
index 91a3c0db..00000000
--- a/recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 99ce54741ccbbe8581ab83b73ab11d2dae4f01b1 Mon Sep 17 00:00:00 2001
2From: Cristian Stoica <cristian.stoica@nxp.com>
3Date: Wed, 26 Oct 2016 14:55:28 +0300
4Subject: [PATCH 069/104] fix the reported unit
5
61GiB = 1024*1024*1024
71GB = 1000000000
8
9Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
10---
11 tests/async_speed_multi.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh
15index 331158b..bf5f1c6 100755
16--- a/tests/async_speed_multi.sh
17+++ b/tests/async_speed_multi.sh
18@@ -93,7 +93,7 @@ function run_parallel
19 echo
20 echo "buffer size : $nvalue"
21 echo "running time : $runtime"
22- echo "avg_speed : $avg_speed GiB/s"
23+ echo "avg_speed : $avg_speed GB/s"
24 echo "all_cpu idle : $cpu_idle %"
25 echo
26 }
27--
282.10.2
29