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 2612FDE0 for ; Mon, 17 Apr 2017 23:44:14 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2017 14:44:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,217,1488873600"; d="scan'208";a="1136891106" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 17 Apr 2017 14:44:12 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX154.ger.corp.intel.com ([169.254.12.233]) with mapi id 14.03.0319.002; Mon, 17 Apr 2017 22:44:11 +0100 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Jain, Deepak K" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto/qat: fix incomplete capabilities Thread-Index: AQHStHP087OwdZ7e1UOsONhbFd5wxKHKHnxg Date: Mon, 17 Apr 2017 21:44:10 +0000 Message-ID: References: <1492101296-159493-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1492101296-159493-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTZlZWQ0OWYtMjg2Ni00Nzc2LThjNWUtMjE0NmJiYmMzMGVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhcL1JkdXQ5MDFlMU9XcE14elwvTm9qYjFBbVI1SFJRK0tpT2EyXC9EUnIzWXM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/qat: fix incomplete capabilities X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 21:44:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, April 13, 2017 5:35 PM > To: Jain, Deepak K; Trahe, Fiona; Griffin, John > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] crypto/qat: fix incomplete capabilities >=20 > After the refactoring of the capabilities, AES DOCSIS BPI > algorithm was left out. >=20 > Fixes: 6a3c87bc6a6c ("crypto/qat: refactor capabilities infrastructure") >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo