summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch')
-rw-r--r--recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch b/recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch
deleted file mode 100644
index 1038bed2..00000000
--- a/recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From a4b33ea30c86fb727c1d3ac3531c5548b6c194ba Mon Sep 17 00:00:00 2001
2From: Radu Alexe <radu.alexe@nxp.com>
3Date: Tue, 14 Feb 2017 12:52:33 +0200
4Subject: [PATCH 104/104] fix: reset finish condition before test start
5
6Typo from previous commit: ba494703
7"add support for authenc(hmac(sha1), cbc(aes)) speed tests"
8
9Signed-off-by: Radu Alexe <radu.alexe@nxp.com>
10---
11 tests/speed.c | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/tests/speed.c b/tests/speed.c
15index b52938c..ae0b658 100644
16--- a/tests/speed.c
17+++ b/tests/speed.c
18@@ -276,7 +276,7 @@ static int encrypt_sync(int fdc, struct test_params tp, struct session_op *sess)
19 }
20 memset(buffer, val++, tp.nvalue);
21
22- must_finish = 1;
23+ must_finish = 0;
24 alarm(tp.tvalue);
25
26 gettimeofday(&start, NULL);
27--
282.10.2
29