Received: by 2002:a25:1104:0:0:0:0:0 with SMTP id 4csp310085ybr; Fri, 22 May 2020 07:14:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz1InWs139i/9G9aqC6X7u+M303zdW40iAu2hj71188qbecQ0h4MLj2PhafXNAat+V3UyF2 X-Received: by 2002:a50:b044:: with SMTP id i62mr3185598edd.214.1590156847598; Fri, 22 May 2020 07:14:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590156847; cv=none; d=google.com; s=arc-20160816; b=aE/HXeOPm8J1wJiS6/HuNk33iyDeixhiVMhIAwlYF79gWJTTiY/31tEsAj3WqyHCnp yYUAHYjqwX1mMrLXwl3HQLBGXu+iZYs3zMyvaCYrNY5c+VNLgSeHg9dUz0sgqGafH8kM 6rQUzPSwAvyW2sPQ5kdTLOxFC3Khlcy8mrxpz3JECdJin4egwD3/ShjHeYI8g/vhwucm rFZ6WEBBLK/t4ToGLytfaInIwahDPgBtNichGeNQU2Gwa/sEdY9EZi4a1XHDQCHyA4fv DW16gGBhiMESCxXdXmbGSWuBe6e376cVtoTsVDtrWx8uzoeTIq7VswB+kXPUyBpl3SR6 nItA== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=sE7uMH2YsqZphIb+lXQrH0dtfLAcBeIBlJbdBbeiE5A=; b=otnGtW/BIoQ7+Dc40wkVyhAqRk1LN7Uqf0wPEpYgug/iCcSemVijvTlCE15l29isnj O1TDu5FQNl51UPdRPkXLAtQbst5fK62hKq8IA874l40UO1vDqQNqcSxIQtNBKm0sSDdf Md+WWZw45VuCeA5xKF+QUIml7aapLSyJDNpCMpOlS1rPF+r26sMaJt5lUXNIUHKhQlfp pbWq0TnFUi3q0b6p2LNwG7keLJtpmEppmmk98ZXHNXDgSuE+GKerwy54C2Tk4X4EsJRG lS0isFrcKGNxoFbGR9RwSt4ScIYB3MHWMMKyDjW7EfzOlwTlAbwDqF+uBTU51XRwhXUo KVjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u6si4542664edx.460.2020.05.22.07.13.32; Fri, 22 May 2020 07:14:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729700AbgEVON3 (ORCPT + 99 others); Fri, 22 May 2020 10:13:29 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:39526 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729399AbgEVON3 (ORCPT ); Fri, 22 May 2020 10:13:29 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1jc8QK-0008Fp-S8; Sat, 23 May 2020 00:13:22 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Sat, 23 May 2020 00:13:20 +1000 Date: Sat, 23 May 2020 00:13:20 +1000 From: Herbert Xu To: Shukun Tan Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, xuzaibo@huawei.com, wangzhou1@hisilicon.com Subject: Re: [PATCH 0/7] crypto: hisilicon - add debugfs for DFX Message-ID: <20200522141320.GB859@gondor.apana.org.au> References: <1589534040-50725-1-git-send-email-tanshukun1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1589534040-50725-1-git-send-email-tanshukun1@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, May 15, 2020 at 05:13:53PM +0800, Shukun Tan wrote: > In order to quickly locate bugs of the accelerator driver, this series > add some DebugFS files. > > Add counters for accelerator's IO operation path, count all normal IO > operations and error IO operations. Add dump information of QM state > and SQC/CQC/EQC/AEQC/SQE/CQE/EQE/AEQE. > > Hui Tang (1): > crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE > > Kai Ye (1): > crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC > > Longfang Liu (3): > crypto: hisilicon/qm - add debugfs for QM > crypto: hisilicon/qm - add debugfs to the QM state machine > crypto: hisilicon/zip - add debugfs for Hisilicon ZIP > > Shukun Tan (2): > crypto: hisilicon/qm - add DebugFS for xQC and xQE dump > crypto: hisilicon/qm - change debugfs file name from qm_regs to regs > > Documentation/ABI/testing/debugfs-hisi-hpre | 89 ++++- > Documentation/ABI/testing/debugfs-hisi-sec | 94 ++++- > Documentation/ABI/testing/debugfs-hisi-zip | 70 +++- > drivers/crypto/hisilicon/hpre/hpre.h | 17 + > drivers/crypto/hisilicon/hpre/hpre_crypto.c | 99 ++++- > drivers/crypto/hisilicon/hpre/hpre_main.c | 60 +++ > drivers/crypto/hisilicon/qm.c | 598 ++++++++++++++++++++++++++-- > drivers/crypto/hisilicon/qm.h | 11 + > drivers/crypto/hisilicon/sec2/sec.h | 4 + > drivers/crypto/hisilicon/sec2/sec_crypto.c | 15 +- > drivers/crypto/hisilicon/sec2/sec_main.c | 49 ++- > drivers/crypto/hisilicon/zip/zip.h | 8 + > drivers/crypto/hisilicon/zip/zip_crypto.c | 9 +- > drivers/crypto/hisilicon/zip/zip_main.c | 58 +++ > 14 files changed, 1097 insertions(+), 84 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt