From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 150FA39EA for ; Tue, 23 Aug 2016 23:36:00 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 23 Aug 2016 14:36:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,567,1464678000"; d="scan'208";a="160006317" Received: from sie-lab-214-241.ir.intel.com (HELO silpixa00382162.ir.intel.com) ([10.237.214.241]) by fmsmga004.fm.intel.com with ESMTP; 23 Aug 2016 14:35:59 -0700 From: Deepak Kumar Jain To: pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com, john.griffin@intel.com Cc: dev@dpdk.org, Deepak Kumar Jain Date: Tue, 23 Aug 2016 22:35:51 +0100 Message-Id: <1471988151-186105-5-git-send-email-deepak.k.jain@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1471988151-186105-1-git-send-email-deepak.k.jain@intel.com> References: <1471988151-186105-1-git-send-email-deepak.k.jain@intel.com> Subject: [dpdk-dev] [PATCH 4/4] app/test: add kasumi f8 test into QAT testsuite X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 21:36:01 -0000 Signed-off-by: Deepak Kumar Jain --- app/test/test_cryptodev.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 9cf4504..fdcdbeb 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -4145,6 +4145,11 @@ static struct unit_test_suite cryptodev_qat_testsuite = { /** KASUMI F9 Authentication only **/ TEST_CASE_ST(ut_setup, ut_teardown, test_kasumi_hash_generate_test_case_6), + + /** KASUMI encrypt only (F8) */ + TEST_CASE_ST(ut_setup, ut_teardown, + test_kasumi_encryption_test_case_1), + TEST_CASES_END() /**< NULL terminate unit test array */ } }; -- 2.5.5