From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id F383C271; Fri, 14 Jul 2017 18:13:16 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jul 2017 09:13:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,359,1496127600"; d="scan'208";a="993040802" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga003.jf.intel.com with ESMTP; 14 Jul 2017 09:13:13 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by IRSMSX109.ger.corp.intel.com ([169.254.13.187]) with mapi id 14.03.0319.002; Fri, 14 Jul 2017 17:13:08 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "Griffin, John" , "Jain, Deepak K" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH 4/5] doc: add missing algorithm in limitations for QAT Thread-Index: AQHS+90chMaeeTRJpE2z8kOqyKy/7aJTf/Yg Date: Fri, 14 Jul 2017 16:13:07 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589236683@IRSMSX101.ger.corp.intel.com> References: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> <20170713053650.62998-5-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170713053650.62998-5-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTJhZTlmZGMtZDMxZi00NDhlLTg0YmItZjE4OTBlNTllN2I1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlpWbVwveFd6VnFjaDdNRFNFVGFQWlU2dVZKSTdcL1I5Ymg3c3hHTHh4MFRWZz0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 4/5] doc: add missing algorithm in limitations for QAT 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: Fri, 14 Jul 2017 16:13:17 -0000 Hi Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, July 13, 2017 6:37 AM > To: Doherty, Declan ; Trahe, Fiona ; Griffin, John > ; Jain, Deepak K > Cc: dev@dpdk.org; De Lara Guarch, Pablo ;= stable@dpdk.org > Subject: [PATCH 4/5] doc: add missing algorithm in limitations for QAT >=20 > For KASUMI, SNOW3G and ZUC algorithms, offsets and lengths > of the data to cipher or authenticate is provided in bits, > but QAT does not support non-byte aligned values, > although only KASUMI and SNOW3G were mentioned. >=20 > Fixes: d9b7d5bbc845 ("crypto/qat: add ZUC EEA3/EIA3 capability") > Cc: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara > --- > doc/guides/cryptodevs/qat.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rs= t > index 7a510c9..8e390ee 100644 > --- a/doc/guides/cryptodevs/qat.rst > +++ b/doc/guides/cryptodevs/qat.rst > @@ -85,8 +85,8 @@ Limitations > ----------- >=20 > * Only supports the session-oriented API implementation (session-less AP= Is are not supported). > -* SNOW 3G (UEA2) and KASUMI (F8) supported only if cipher length, cipher= offset fields are byte- > aligned. > -* SNOW 3G (UIA2) and KASUMI (F9) supported only if hash length, hash off= set fields are byte-aligned. > +* SNOW 3G (UEA2), KASUMI (F8) and ZUC (EEA3) supported only if cipher le= ngth, cipher offset fields > are byte-aligned. > +* SNOW 3G (UIA2), KASUMI (F9) and ZUC (EIA3) supported only if hash leng= th, hash offset fields are > byte-aligned. Just being pedantic, but now would be a good time to change these to "byte-= multiple"