From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1B2A72BF0 for ; Fri, 9 Sep 2016 17:44:39 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 09 Sep 2016 08:44:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,305,1470726000"; d="scan'208";a="1047921329" Received: from sie-lab-214-241.ir.intel.com (HELO silpixa00382162.ir.intel.com) ([10.237.214.241]) by orsmga002.jf.intel.com with ESMTP; 09 Sep 2016 08:44:37 -0700 From: Deepak Kumar Jain To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, Deepak Kumar Jain Date: Fri, 9 Sep 2016 16:44:31 +0100 Message-Id: <1473435873-133332-1-git-send-email-deepak.k.jain@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH v2 0/2] Add HMAC_MD5 to Intel QuickAssist Technology driver 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: Fri, 09 Sep 2016 15:44:40 -0000 This patchset add capability to use HMAC_MD5 hash algorithm to Intel QuickAssist Technology driver and test cases to cryptodev test files. This patchset depends on the following patches/patchsets: "crypto/qat: make the session struct variable in size" (http://dpdk.org/dev/patchwork/patch/15125/) Arkadiusz Kusztal (2): crypto/qat: add MD5 HMAC capability to Intel QAT driver app/test: add test cases for MD5 HMAC for Intel QAT driver Changes from v1: * Added new feature information in release_16_11.rst file. app/test/test_cryptodev.c | 185 +++++++++++++++++++++++ app/test/test_cryptodev_hmac_test_vectors.h | 121 +++++++++++++++ doc/guides/cryptodevs/qat.rst | 1 + doc/guides/rel_notes/release_16_11.rst | 5 + drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 34 +++++ drivers/crypto/qat/qat_crypto.c | 28 +++- 6 files changed, 372 insertions(+), 2 deletions(-) create mode 100644 app/test/test_cryptodev_hmac_test_vectors.h -- 2.5.5