From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 503C31B171; Tue, 9 Jan 2018 12:48:32 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 03:48:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="165335738" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 09 Jan 2018 03:48:30 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX106.ger.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 11:48:29 +0000 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] cryptodev: add missing CPU flag string Thread-Index: AQHTdCrB04el7T9nIkeizYvRjmsI2qNrlycg Date: Tue, 9 Jan 2018 11:48:29 +0000 Message-ID: References: <20171213155438.83320-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20171213155438.83320-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWRjMDZhMTgtZTRjZC00NzNlLWE5NWEtNDljZTQ5MTZhOGJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwveXlTT0FiY1lCVUkwN3RYMFwvcTJIb0pPKzk2cGkzaTFaZ1BRWG1sU1RZZz0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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] cryptodev: add missing CPU flag string 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: Tue, 09 Jan 2018 11:48:32 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, December 13, 2017 3:55 PM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > ; stable@dpdk.org > Subject: [PATCH] cryptodev: add missing CPU flag string >=20 > CPU flag AVX512 was added in a previous release, but it was not added in > the list of strings. >=20 > Fixes: 84d796586604 ("crypto/aesni_mb: support AVX512") > Cc: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo