From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C1FE51396 for ; Wed, 22 Mar 2017 17:20:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490199644; x=1521735644; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=xAjZlTIObLfJF+yPOCU207do4TK8vdEUAL2bG6egS9I=; b=A4GPDqJl0+PcR6yhN46CbxqypzQm1gswrn0mDdGEqB6kPzRWipod24a+ lgSHAxILUrgaa7AjMSEFRAgpA+MVpw==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 09:20:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,206,1486454400"; d="scan'208";a="947084730" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga003.jf.intel.com with ESMTP; 22 Mar 2017 09:20:40 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX103.ger.corp.intel.com ([169.254.3.107]) with mapi id 14.03.0248.002; Wed, 22 Mar 2017 16:19:16 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , "Trahe, Fiona" , "Jain, Deepak K" CC: "dev@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH] doc: fix crypto overview matrix for missing QAT items Thread-Index: AQHSlBz7cahe6gTzO0+LikTjqbW6qaGM/O4AgBQqZGA= Date: Wed, 22 Mar 2017 16:19:15 +0000 Message-ID: References: <1488545508-8110-1-git-send-email-fiona.trahe@intel.com> <4292064.idvsfVglIt@xps13> In-Reply-To: <4292064.idvsfVglIt@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjY4NDhiZmMtNDJiMS00ZWFhLTg4NWYtNGY2ZmIwNDlhMjdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5ObFk0RFRDOUFlZXpPSEFyU2Y5S3R0dmtsc2RNbVlhaWUwVzZNOTNYRVk9In0= x-ctpclassification: CTP_IC 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] doc: fix crypto overview matrix for missing QAT items 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: Wed, 22 Mar 2017 16:20:45 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, March 09, 2017 8:20 PM > To: Trahe, Fiona; De Lara Guarch, Pablo; Jain, Deepak K > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH] doc: fix crypto overview matrix for missi= ng > QAT items >=20 > 2017-03-03 12:51, Fiona Trahe: > > Support for all the following was added in release 16.11 > > but not updated in the matrix: > > 3DES, MD5_HMAC, SHA224, SHA383, NULL, KASUMI F8/F9, GMAC. > > > > Fixes: e1b7f509e6f2 ("crypto/qat: add 3DES cipher algorithm") > > Fixes: 61ec5181625f ("crypto/qat: add MD5 HMAC capability") > > Fixes: ebdbe12fbfc1 ("crypto/qat: add aes-sha224-hmac capability") > > Fixes: d905ee32d0dc ("crypto/qat: add aes-sha384-hmac capability") > > Fixes: db0e952a5c01 ("crypto/qat: add NULL capability") > > Fixes: d4f2745300e0 ("crypto/qat: add KASUMI") > > Fixes: 2fa64f840d65 ("crypto/qat: add GMAC capability") >=20 > There was already a miss for ZUC added in previous release. > It is hard to maintain such matrix... > > > > - "NULL",,x,,,,,, > > + "NULL",x,x,,,,,, > > "AES_CBC_128",x,,x,,,,,x > > "AES_CBC_192",x,,x,,,,, > > "AES_CBC_256",x,,x,,,,, > > "AES_CTR_128",x,,x,,,,, > > "AES_CTR_192",x,,x,,,,, > > "AES_CTR_256",x,,x,,,,, > > + "3DES_CBC",x,,,,,,, > > + "3DES_CTR",x,,,,,,, > > "DES_CBC",x,,,,,,, > > "SNOW3G_UEA2",x,,,,x,,, > > - "KASUMI_F8",,,,,,x,, > > + "KASUMI_F8",x,,,,,x,, > > "ZUC_EEA3",,,,,,,x, > > "AES_DOCSISBPI",x,,,,,,, > > "DES_DOCSISBPI",x,,,,,,, >=20 > ... and even harder when it so unreadable! >=20 > Please switch to the features directory system used for networking driver= s. I have sent a patch that reformat this file, following the same system as t= he one used for the networking drivers. Fiona, could you verify if qat.ini file is OK? Thanks, Pablo