From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C1775A0471 for ; Mon, 15 Jul 2019 16:16:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E8A0B2BF5; Mon, 15 Jul 2019 16:16:25 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 440EA2BA8 for ; Mon, 15 Jul 2019 16:16:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jul 2019 07:16:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,493,1557212400"; d="scan'208";a="194527481" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 15 Jul 2019 07:16:22 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 15 Jul 2019 15:16:21 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.88]) by IRSMSX156.ger.corp.intel.com ([169.254.3.73]) with mapi id 14.03.0439.000; Mon, 15 Jul 2019 15:16:21 +0100 From: "Trahe, Fiona" To: "Nowak, DamianX" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Kusztal, ArkadiuszX" Thread-Topic: [PATCH] test/crypto: add capability check for ZUC test cases Thread-Index: AQHVOwdWzI/ArtILvEaxAxOwRNn2RqbLuY0Q Date: Mon, 15 Jul 2019 14:16:20 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435897C46C9@IRSMSX101.ger.corp.intel.com> References: <20190715121451.6020-1-damianx.nowak@intel.com> In-Reply-To: <20190715121451.6020-1-damianx.nowak@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmM0ODZmNGMtMzk1ZS00MTk3LWE0ZTktNjJkZDg1YjM2NGMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWk1YbCt3TXpMN3g2bW84WUJPWGxVVHdJNmltQnZrM3BDWU1RUGlTbWJJYUVQYllwdE9pNnVNV2JQNkNMTUpPRSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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] test/crypto: add capability check for ZUC test cases 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Nowak, DamianX > Sent: Monday, July 15, 2019 1:15 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; Kusztal, A= rkadiuszX > ; Nowak, DamianX > Subject: [PATCH] test/crypto: add capability check for ZUC test cases >=20 > This patch adds checking if device support ZUC > algorithms before running ZUC test cases. > It also removes unnecessary checks of digest > appended space and fixes some comments wording. >=20 > Signed-off-by: Damian Nowak Acked-by: Fiona Trahe