DPDK patches and discussions
 help / color / mirror / Atom feed
From: Deepak Kumar Jain <deepak.k.jain@intel.com>
To: pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com,
	john.griffin@intel.com
Cc: dev@dpdk.org, "Jain, Deepak K" <deepak.k.jain@intel.com>
Subject: [dpdk-dev] [PATCH 2/2] app/test: add test cases for aes-sha384-hmac for Intel QAT driver
Date: Thu, 18 Aug 2016 14:25:46 +0100	[thread overview]
Message-ID: <1471526746-80974-3-git-send-email-deepak.k.jain@intel.com> (raw)
In-Reply-To: <1471526746-80974-1-git-send-email-deepak.k.jain@intel.com>

From: "Jain, Deepak K" <deepak.k.jain@intel.com>

Added aes-sha384-hmac algorithm to test file for Intel(R) QuickAssist
Technology Driver

Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
---
 app/test/test_cryptodev_aes.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/test/test_cryptodev_aes.c b/app/test/test_cryptodev_aes.c
index 6ad2674..e19c45b 100644
--- a/app/test/test_cryptodev_aes.c
+++ b/app/test/test_cryptodev_aes.c
@@ -226,14 +226,16 @@ static const struct aes_test_case aes_test_cases[] = {
 		.test_descr = "AES-128-CBC HMAC-SHA384 Encryption Digest",
 		.test_data = &aes_test_data_9,
 		.op_mask = AES_TEST_OP_ENC_AUTH_GEN,
-		.pmd_mask = AES_TEST_TARGET_PMD_MB
+		.pmd_mask = AES_TEST_TARGET_PMD_MB |
+			AES_TEST_TARGET_PMD_QAT
 	},
 	{
 		.test_descr = "AES-128-CBC HMAC-SHA384 Decryption Digest "
 			"Verify",
 		.test_data = &aes_test_data_9,
 		.op_mask = AES_TEST_OP_AUTH_VERIFY_DEC,
-		.pmd_mask = AES_TEST_TARGET_PMD_MB
+		.pmd_mask = AES_TEST_TARGET_PMD_MB |
+			AES_TEST_TARGET_PMD_QAT
 	},
 };
 
-- 
2.5.5

  parent reply	other threads:[~2016-08-18 13:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-18 13:25 [dpdk-dev] [PATCH 0/2] add aes-sha384-hmac support to " Deepak Kumar Jain
2016-08-18 13:25 ` [dpdk-dev] [PATCH 1/2] crypto/qat: add aes-sha384-hmac capability " Deepak Kumar Jain
2016-08-18 13:25 ` Deepak Kumar Jain [this message]
2016-09-07 18:01 ` [dpdk-dev] [PATCH 0/2] add aes-sha384-hmac support " De Lara Guarch, Pablo
2016-09-07 19:33   ` Jain, Deepak K
2016-09-12 19:46 ` [dpdk-dev] [PATCH v2 " Deepak Kumar Jain
2016-09-12 19:46   ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: add aes-sha224-hmac capability " Deepak Kumar Jain
2016-09-15 13:20     ` Trahe, Fiona
2016-09-12 19:46   ` [dpdk-dev] [PATCH v2 2/2] app/test: add test cases for aes-sha224-hmac for " Deepak Kumar Jain
2016-09-15 13:21     ` Trahe, Fiona
2016-09-12 19:51   ` [dpdk-dev] [PATCH v2 0/2] add aes-sha384-hmac support to " Deepak Kumar Jain
2016-09-12 19:51     ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: add aes-sha384-hmac capability " Deepak Kumar Jain
2016-09-15 13:27       ` Trahe, Fiona
2016-09-12 19:51     ` [dpdk-dev] [PATCH v2 2/2] app/test: add test cases for aes-sha384-hmac for " Deepak Kumar Jain
2016-09-15 13:28       ` Trahe, Fiona
2016-09-16  1:13     ` [dpdk-dev] [PATCH v2 0/2] add aes-sha384-hmac support to " De Lara Guarch, Pablo
2016-09-18  5:17     ` Liu, Yong

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=1471526746-80974-3-git-send-email-deepak.k.jain@intel.com \
    --to=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@intel.com \
    --cc=john.griffin@intel.com \
    --cc=pablo.de.lara.guarch@intel.com \
    /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).