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 5AA685679 for ; Fri, 16 Sep 2016 10:57:21 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 16 Sep 2016 01:57:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,343,1470726000"; d="scan'208";a="1057378223" Received: from sie-lab-214-241.ir.intel.com (HELO silpixa00382162.ir.intel.com) ([10.237.214.241]) by fmsmga002.fm.intel.com with ESMTP; 16 Sep 2016 01:57:19 -0700 From: Deepak Kumar Jain To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, Deepak Kumar Jain Date: Fri, 16 Sep 2016 09:57:15 +0100 Message-Id: <1474016237-85255-1-git-send-email-deepak.k.jain@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1473710451-24180-1-git-send-email-deepak.k.jain@intel.com> References: <1473710451-24180-1-git-send-email-deepak.k.jain@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] add NULL crypto support in 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: Fri, 16 Sep 2016 08:57:21 -0000 This patchset adds support of NULL crypto in Intel(R) QuickAssist Technology driver. This patchset depends on following patchset: "crypto/qat: add aes-sha384-hmac capability to Intel QAT driver" (http://dpdk.org/dev/patchwork/patch/15778/) Deepak Kumar JAIN (2): crypto/qat: add NULL capability to Intel QAT driver app/test: add test cases for NULL for Intel QAT driver Changes in v4: * Correct increment of key size in capabilities. Changes in v3: * Added information in capability structure. Changes in v2: * Added new feature information in release_16_11.rst file. app/test/test_cryptodev.c | 10 ++++++ doc/guides/cryptodevs/qat.rst | 3 +- doc/guides/rel_notes/release_16_11.rst | 1 + drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 2 ++ drivers/crypto/qat/qat_crypto.c | 45 ++++++++++++++++++++++++ 5 files changed, 60 insertions(+), 1 deletion(-) -- 2.5.5