Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp344798ybv; Thu, 13 Feb 2020 01:25:46 -0800 (PST) X-Google-Smtp-Source: APXvYqyIwle5wL50ezhjQ1mJJne8JyQpBm4qygFiJYMu5z8jqfWbdvMc8MIVu5ZG/PTouT+kPNtl X-Received: by 2002:a9d:d0b:: with SMTP id 11mr13139983oti.287.1581585946637; Thu, 13 Feb 2020 01:25:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581585946; cv=none; d=google.com; s=arc-20160816; b=bJLBJFv42Qgm/+K76vFB9peWeZbR90rTiHLvpQu58s2iSK4+y6j/Xhn9EoySKMJGeM FVwr+UWodofIMp5gOZtFVMn1tCWE6+SWFD5DSCrZ03CUAvF5fM7lIoMYegoavv9zhU22 LO2+GuGVizUjwToXHziBsBNMg89mdRZF5Fl2Difd4XuQP7Nj8TU4QjLdYT3VgBtfUsQe FWVsc8jJX8kZ3ytSINMB2l1Z3ElO24xpVYWD1dN0iYtbdG1GGH7/t/7thmiYboMK5RE1 9TYR1CxDuknOTLMSdZ4lXLyqzThWWiyvBD+lZsFWHlIjd7jP5uVa5jVL06NaukOJJrMD hzgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=3FmbNEZ+CFUyUzVGgLabM3DDbNrx77vUnFWXZockVu8=; b=yJQl9ooxH5++wvRLsAWFsqE/Maw5JBzwAqgnfpKuSANcsfr1aE5CRhYM8DQKa+9/F0 YETQ02dtCE4Etioe65Ng0Mmks6U/bFDHwg5MOk+UkzJG/rFygZzpn8hlpNEvaFuBnuLH WMk7JlB/fy8rcTZgaLsHbs98fpGPQhBhm73ROi9Q9TrxZwi6QGUGf+DyCLUqVJRFLpDf ABv4ZZpzj5XjfZNc584fjgh0JUM6X6v/YV9tsSnekNK1Es5cx/eliAu5LSaW246MDanI KRR45DkculUWp6n53udsW2fImLcLc+whoSoizFvKly7bR+eGPFnV9NerSsmHJ/wRk55m CcGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t26si750160otq.264.2020.02.13.01.25.34; Thu, 13 Feb 2020 01:25:46 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729596AbgBMJZG (ORCPT + 99 others); Thu, 13 Feb 2020 04:25:06 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:42506 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729632AbgBMJZG (ORCPT ); Thu, 13 Feb 2020 04:25:06 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1j2Ak5-0004BY-Dr; Thu, 13 Feb 2020 17:25:05 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1j2Ak4-0006r9-PF; Thu, 13 Feb 2020 17:25:04 +0800 Date: Thu, 13 Feb 2020 17:25:04 +0800 From: Herbert Xu To: Horia =?utf-8?Q?Geant=C4=83?= Cc: "David S. Miller" , linux-crypto@vger.kernel.org, NXP Linux Team Subject: Re: [PATCH] crypto: tcrypt - fix printed skcipher [a]sync mode Message-ID: <20200213092504.povmrutpehvw6ogb@gondor.apana.org.au> References: <20200205101958.29879-1-horia.geanta@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200205101958.29879-1-horia.geanta@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Feb 05, 2020 at 12:19:58PM +0200, Horia Geantă wrote: > When running tcrypt skcipher speed tests, logs contain things like: > testing speed of async ecb(des3_ede) (ecb(des3_ede-generic)) encryption > or: > testing speed of async ecb(aes) (ecb(aes-ce)) encryption > > The algorithm implementations are sync, not async. > Fix this inaccuracy. > > Fixes: 7166e589da5b6 ("7166e589da5b crypto: tcrypt - Use skcipher") > Signed-off-by: Horia Geantă > --- > crypto/tcrypt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt