diff options
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.patch | 29 |
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 @@ | |||
1 | From 99ce54741ccbbe8581ab83b73ab11d2dae4f01b1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
3 | Date: Wed, 26 Oct 2016 14:55:28 +0300 | ||
4 | Subject: [PATCH 069/104] fix the reported unit | ||
5 | |||
6 | 1GiB = 1024*1024*1024 | ||
7 | 1GB = 1000000000 | ||
8 | |||
9 | Signed-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 | |||
14 | diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh | ||
15 | index 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 | -- | ||
28 | 2.10.2 | ||
29 | |||