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 C114BA328D for ; Tue, 22 Oct 2019 14:32:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A51C21BECA; Tue, 22 Oct 2019 14:32:28 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2678A1BEC5 for ; Tue, 22 Oct 2019 14:32:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Oct 2019 05:32:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,327,1566889200"; d="scan'208";a="397661047" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga005.fm.intel.com with ESMTP; 22 Oct 2019 05:32:24 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 22 Oct 2019 13:32:24 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.76]) by IRSMSX156.ger.corp.intel.com ([169.254.3.227]) with mapi id 14.03.0439.000; Tue, 22 Oct 2019 13:32:24 +0100 From: "Trahe, Fiona" To: Akhil Goyal , "dev@dpdk.org" CC: "Kusztal, ArkadiuszX" , "Dybkowski, AdamX" , "Trahe, Fiona" Thread-Topic: [PATCH] cryptodev: clarify wireless inputs in digest-encrypted cases Thread-Index: AQHViMy2EJ9WMGQvJkOnOcP4iq9hIqdmevUAgAATcCD///IJgIAAFz+w Date: Tue, 22 Oct 2019 12:32:23 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435A217B76E@IRSMSX101.ger.corp.intel.com> References: <1571744076-7623-1-git-send-email-fiona.trahe@intel.com> <348A99DA5F5B7549AA880327E580B435A217B6E0@IRSMSX101.ger.corp.intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjJlY2ViZTYtZDQzYi00MzhhLWFhNDMtNmIyNDQ0YmEyYzFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibGF1SERTUGI4WUNcL0UxajZcL3RueEI2K2ZRbnZBK09ZS3ZyWWVGYWhqQWs0MENGTlhiTUl1aVJKd1BtT2dzdHY3In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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] cryptodev: clarify wireless inputs in digest-encrypted 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: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Tuesday, October 22, 2019 1:08 PM > To: Trahe, Fiona ; dev@dpdk.org > Cc: Kusztal, ArkadiuszX ; Dybkowski, AdamX > > Subject: RE: [PATCH] cryptodev: clarify wireless inputs in digest-encrypt= ed cases >=20 >=20 >=20 > @@ -590,7 +590,9 @@ struct rte_crypto_sym_op { > * For SNOW 3G @ RTE_CRYPTO_CIPH= ER_SNOW3G_UEA2, > * KASUMI @ RTE_CRYPTO_CIPHER_KA= SUMI_F8 > * and ZUC @ RTE_CRYPTO_CIPHER_Z= UC_EEA3, > - * this field should be in bits. > + * this field should be in bits = and must be > + * 8-bit multiples in cases of e= ncrypted > + * digest. > */ >=20 > Same change may be done in other 3 fields. Ok, thanks, I'll send v2