From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DBE23A2F6B for ; Tue, 8 Oct 2019 07:26:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C4AA31BFDD; Tue, 8 Oct 2019 07:26:20 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E29462AB for ; Tue, 8 Oct 2019 07:26:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Oct 2019 22:26:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,269,1566889200"; d="scan'208";a="223134713" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 07 Oct 2019 22:26:17 -0700 From: yaobing To: dts@dpdk.org Cc: yaobing Date: Tue, 8 Oct 2019 13:29:29 +0800 Message-Id: <1570512569-17999-3-git-send-email-bingx.y.yao@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1570512569-17999-1-git-send-email-bingx.y.yao@intel.com> References: <1570512569-17999-1-git-send-email-bingx.y.yao@intel.com> Subject: [dts] [PATCH V1 3/3] add fips_cryptodev config X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" add fips_cryptodev config Signed-off-by: yaobing --- conf/fips_cryptodev.cfg | 102 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 conf/fips_cryptodev.cfg diff --git a/conf/fips_cryptodev.cfg b/conf/fips_cryptodev.cfg new file mode 100644 index 0000000..b3fd6b5 --- /dev/null +++ b/conf/fips_cryptodev.cfg @@ -0,0 +1,102 @@ +[suite] +# Cryptodev common options qat device idcrypto_dev_id="37c9" +crypto_dev_id="37c9" + +l="9,10,66" +socket-mem="2048,2048 --legacy-mem" +n=6 + +vdev="crypto_aesni_mb_pmd_1" + +[test_fips_aesni_gcm_gcm] +w="0000:af:00.0" +req-file="/root/FIPS/GCM/req" +rsp-file="/root/FIPS/GCM/resp" +cryptodev="crypto_aesni_gcm_pmd_1" + +[test_fips_aesni_mb_3des] +w="0000:af:00.0" +req-file="/root/FIPS/TDES/req" +rsp-file="/root/FIPS/TDES/resp" +cryptodev="crypto_aesni_mb_pmd_1" + +[test_fips_aesni_mb_aes] +w="0000:af:00.0" +req-file="/root/FIPS/AES/req" +rsp-file="/root/FIPS/AES/resp" +cryptodev="crypto_aesni_mb_pmd_1" + +[test_fips_aesni_mb_ccm] +w="0000:af:00.0" +req-file="/root/FIPS/CCM/req" +rsp-file="/root/FIPS/CCM/resp" + +[test_fips_aesni_mb_cmac] +w="0000:af:00.0" +req-file="/root/FIPS/CMAC/req" +rsp-file="/root/FIPS/CMAC/resp" + +[test_fips_aesni_mb_hmac] +w="0000:af:00.0" +req-file="/root/FIPS/HMAC/req" +rsp-file="/root/FIPS/HMAC/resp" + +[test_fips_broken_test] +w="0000:1a:01.0" +req-file="/root/FIPS/AES/req" +rsp-file="/root/FIPS/AES/resp" + +[test_fips_openssl_3des] +req-file="/root/FIPS/TDES/req" +rsp-file="/root/FIPS/TDES/resp" + +[test_fips_openssl_aes] +req-file="/root/FIPS/AES/req" +rsp-file="/root/FIPS/AES/resp" + +[test_fips_openssl_ccm] +req-file="/root/FIPS/CCM/req" +rsp-file="/root/FIPS/CCM/resp" + +[test_fips_openssl_gcm] +req-file="/root/FIPS/GCM/req" +rsp-file="/root/FIPS/GCM/resp" + +[test_fips_openssl_hmac] +req-file="/root/FIPS/HMAC/req" +rsp-file="/root/FIPS/HMAC/resp" + +[test_fips_qat_3des] +w="0000:1a:01.0" +req-file="/root/FIPS/TDES/req" +rsp-file="/root/FIPS/TDES/resp" + +[test_fips_qat_aes] +w="0000:1a:01.0" +req-file="/root/FIPS/AES/req" +rsp-file="/root/FIPS/AES/resp" + +[test_fips_qat_ccm] +w="0000:1a:01.0" +req-file="/root/FIPS/CCM/req" +rsp-file="/root/FIPS/CCM/resp" + +[test_fips_qat_cmac] +w="0000:1a:01.0" +req-file="/root/FIPS/CMAC/req" +rsp-file="/root/FIPS/CMAC/resp" + +[test_fips_qat_gcm] +w="0000:1a:01.0" +req-file="/root/FIPS/GCM/req" +rsp-file="/root/FIPS/GCM/resp" + +[test_fips_qat_hmac] +w="0000:1a:01.0" +req-file="/root/FIPS/HMAC/req" +rsp-file="/root/FIPS/HMAC/resp" + +[test_fips_self_test] +w="0000:1a:01.0" +req-file="/root/FIPS/AES/req" +rsp-file="/root/FIPS/AES/resp" -- 2.17.2