diff options
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.patch | 26 |
1 files changed, 26 insertions, 0 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 new file mode 100644 index 000000000..edd47f7d0 --- /dev/null +++ b/recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | From a2894f645e972b7dfc97b59ea1c1e91e741c04d1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 3 | Date: Fri, 28 Oct 2016 19:07:29 +0300 | ||
| 4 | Subject: [PATCH 087/104] add % to cpu idle for convenience | ||
| 5 | |||
| 6 | Signed-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 | |||
| 11 | diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh | ||
| 12 | index 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 | -- | ||
| 25 | 2.10.2 | ||
| 26 | |||
