DPDK patches and discussions
 help / color / mirror / Atom feed
From: Fan Zhang <roy.fan.zhang@intel.com>
To: dev@dpdk.org
Cc: declan.doherty@intel.com
Subject: [dpdk-dev] [PATCH 2/2] app/test: add aes-ni multi-buffer pmd test cases for AES CTR
Date: Thu,  5 May 2016 15:59:02 +0100	[thread overview]
Message-ID: <1462460342-25325-3-git-send-email-roy.fan.zhang@intel.com> (raw)
In-Reply-To: <1462460342-25325-1-git-send-email-roy.fan.zhang@intel.com>

Added tests cases for AES-NI MB PMD working in counter mode.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
---
 app/test/test_cryptodev.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 03d6f02..45e6daa 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -4649,6 +4649,19 @@ static struct unit_test_suite cryptodev_aesni_mb_testsuite  = {
 			test_AES_CBC_HMAC_SHA1_encrypt_digest_sessionless),
 
 		TEST_CASE_ST(ut_setup, ut_teardown,
+				test_AES_CTR_encrypt_digest_case_1),
+		TEST_CASE_ST(ut_setup, ut_teardown,
+				test_AES_CTR_encrypt_digest_case_2),
+		TEST_CASE_ST(ut_setup, ut_teardown,
+				test_AES_CTR_encrypt_digest_case_3),
+		TEST_CASE_ST(ut_setup, ut_teardown,
+				test_AES_CTR_digest_verify_decrypt_case_1),
+		TEST_CASE_ST(ut_setup, ut_teardown,
+				test_AES_CTR_digest_verify_decrypt_case_2),
+		TEST_CASE_ST(ut_setup, ut_teardown,
+				test_AES_CTR_digest_verify_decrypt_case_3),
+
+		TEST_CASE_ST(ut_setup, ut_teardown,
 			test_not_in_place_crypto),
 
 		TEST_CASES_END() /**< NULL terminate unit test array */
-- 
2.5.5

  parent reply	other threads:[~2016-05-05 14:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05 14:59 [dpdk-dev] [PATCH 0/2] Add AES Counter mode support for AES-NI MB PMD Fan Zhang
2016-05-05 14:59 ` [dpdk-dev] [PATCH 1/2] aesni_mb: add counter mode support Fan Zhang
2016-05-05 14:59 ` Fan Zhang [this message]
2016-06-03 10:11 ` [dpdk-dev] [PATCH v2 0/3] Add AES Counter mode support for AES-NI MB PMD Fan Zhang
2016-06-03 10:11   ` [dpdk-dev] [PATCH v2 1/3] aesni_mb: add counter mode support Fan Zhang
2016-06-03 10:11   ` [dpdk-dev] [PATCH v2 2/3] app/test: add aes-ni multi-buffer pmd test cases for AES CTR Fan Zhang
2016-06-03 10:11   ` [dpdk-dev] [PATCH v2 3/3] examples/l2fwd-crypto: enable AES counter mode cipher algorithm Fan Zhang
2016-06-07 14:28   ` [dpdk-dev] [PATCH v2 0/3] Add AES Counter mode support for AES-NI MB PMD Thomas Monjalon
2016-06-07 15:24   ` De Lara Guarch, Pablo
2016-06-07 19:48     ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462460342-25325-3-git-send-email-roy.fan.zhang@intel.com \
    --to=roy.fan.zhang@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).