From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix crypto overview matrix for missing QAT items Date: Thu, 09 Mar 2017 21:20:22 +0100 Message-ID: <4292064.idvsfVglIt@xps13> References: <1488545508-8110-1-git-send-email-fiona.trahe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Fiona Trahe , pablo.de.lara.guarch@intel.com, deepak.k.jain@intel.com Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id CA0692B8C for ; Thu, 9 Mar 2017 21:20:23 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id v186so147948539wmd.0 for ; Thu, 09 Mar 2017 12:20:23 -0800 (PST) In-Reply-To: <1488545508-8110-1-git-send-email-fiona.trahe@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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") 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,,,,,,, ... and even harder when it so unreadable! Please switch to the features directory system used for networking drivers.