From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B81A511C5 for ; Thu, 15 Sep 2016 18:26:37 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP; 15 Sep 2016 09:26:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,339,1470726000"; d="scan'208";a="8982646" Received: from sie-lab-214-241.ir.intel.com (HELO silpixa00382162.ir.intel.com) ([10.237.214.241]) by fmsmga006.fm.intel.com with ESMTP; 15 Sep 2016 09:26:35 -0700 From: Deepak Kumar Jain To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, Deepak Kumar Jain Date: Thu, 15 Sep 2016 17:26:31 +0100 Message-Id: <1473956793-33959-1-git-send-email-deepak.k.jain@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1471272088-109621-1-git-send-email-deepak.k.jain@intel.com> References: <1471272088-109621-1-git-send-email-deepak.k.jain@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] add aes-sha224-hmac support to Intel QAT 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: Thu, 15 Sep 2016 16:26:38 -0000 This patchset adds support of aes-sha224-hmac in Intel(R) QuickAssist Technology driver. This patchset depends on following patchset: "crypto/qat: add MD5 HMAC capability to Intel QAT driver" (http://dpdk.org/dev/patchwork/patch/15754/) Jain, Deepak K (2): crypto/qat: add aes-sha224-hmac capability to Intel QAT driver app/test: add test cases for aes-sha224-hmac for Intel QAT driver Changes in v3: * Cover letter updated with correct information about sha224-hmac. Changes in v2: * Added new feature information in release_16_11.rst file. * Added information about sha224-hmac in capabilities. app/test/test_cryptodev_aes.c | 6 +++-- doc/guides/cryptodevs/qat.rst | 1 + doc/guides/rel_notes/release_16_11.rst | 1 + drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 33 ++++++++++++++++++++++++ drivers/crypto/qat/qat_crypto.c | 25 +++++++++++++++++- 5 files changed, 63 insertions(+), 3 deletions(-) -- 2.5.5