From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4F42C8E62 for ; Fri, 16 Sep 2016 23:54:34 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 16 Sep 2016 14:54:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,346,1470726000"; d="scan'208";a="169695187" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 16 Sep 2016 14:54:32 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX154.ger.corp.intel.com ([169.254.12.67]) with mapi id 14.03.0248.002; Fri, 16 Sep 2016 22:54:31 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [PATCH v4 0/2] add NULL crypto support in Intel QAT driver Thread-Index: AQHSD/hf4C/RARSGgEebKjP1OM2746B8odYg Date: Fri, 16 Sep 2016 21:54:31 +0000 Message-ID: References: <1473710451-24180-1-git-send-email-deepak.k.jain@intel.com> <1474016237-85255-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1474016237-85255-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjU4OTI4NzYtMzliYy00NDExLWIzZjctNjlhNjcxMzBmZjQ5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InhiRUdlSWtXYXczU3hueVpUNHpoQjQ5TXJhVXlab3hsQWM1ejVyWmNkVWs9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 21:54:34 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Friday, September 16, 2016 1:57 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH v4 0/2] add NULL crypto support in Intel QAT driver >=20 > This patchset adds support of NULL crypto in Intel(R) QuickAssist Technol= ogy > driver. >=20 > This patchset depends on following patchset: > "crypto/qat: add aes-sha384-hmac capability to Intel QAT driver" > (http://dpdk.org/dev/patchwork/patch/15778/) >=20 > Deepak Kumar JAIN (2): > crypto/qat: add NULL capability to Intel QAT driver > app/test: add test cases for NULL for Intel QAT driver >=20 > Changes in v4: > * Correct increment of key size in capabilities. >=20 > Changes in v3: > * Added information in capability structure. >=20 > Changes in v2: > * Added new feature information in release_16_11.rst file. >=20 > 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(-) >=20 > -- > 2.5.5 Applied to dpdk-next-crypto. Thanks, Pablo