diff options
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0061-add-a-little-space-in-the-output-for-clarity.patch')
| -rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0061-add-a-little-space-in-the-output-for-clarity.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0061-add-a-little-space-in-the-output-for-clarity.patch b/recipes-kernel/cryptodev/sdk_patches/0061-add-a-little-space-in-the-output-for-clarity.patch new file mode 100644 index 000000000..9e3ec8484 --- /dev/null +++ b/recipes-kernel/cryptodev/sdk_patches/0061-add-a-little-space-in-the-output-for-clarity.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 3bfdd0d1991a37c1adc82cc7e1938e2d9d175bd7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 3 | Date: Wed, 26 Oct 2016 10:01:57 +0300 | ||
| 4 | Subject: [PATCH 061/104] add a little space in the output for clarity | ||
| 5 | |||
| 6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 7 | --- | ||
| 8 | tests/async_speed_multi.sh | 3 ++- | ||
| 9 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh | ||
| 12 | index 5268c86..331158b 100755 | ||
| 13 | --- a/tests/async_speed_multi.sh | ||
| 14 | +++ b/tests/async_speed_multi.sh | ||
| 15 | @@ -58,7 +58,8 @@ function run_parallel | ||
| 16 | OPTIONS="-t $tvalue -n $nvalue -m" | ||
| 17 | CMD="async_speed $OPTIONS $alg_name" | ||
| 18 | |||
| 19 | - echo "Running $mvalue threads in parallel:" | ||
| 20 | + echo | ||
| 21 | + echo "Running $tvalue seconds $mvalue threads in parallel:" | ||
| 22 | echo " $CMD" | ||
| 23 | |||
| 24 | (sleep 1; mpstat 1 $(($tvalue-2))) &> $MPSTAT_OUT & | ||
| 25 | -- | ||
| 26 | 2.10.2 | ||
| 27 | |||
