linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] crypto: hisilicon - add debugfs for DFX
@ 2020-05-15  9:13 Shukun Tan
  2020-05-15  9:13 ` [PATCH 1/7] crypto: hisilicon/qm - add debugfs for QM Shukun Tan
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shukun Tan @ 2020-05-15  9:13 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, xuzaibo, wangzhou1

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-22 14:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  9:13 [PATCH 0/7] crypto: hisilicon - add debugfs for DFX Shukun Tan
2020-05-15  9:13 ` [PATCH 1/7] crypto: hisilicon/qm - add debugfs for QM Shukun Tan
2020-05-15  9:13 ` [PATCH 2/7] crypto: hisilicon/qm - add debugfs to the QM state machine Shukun Tan
2020-05-15  9:13 ` [PATCH 3/7] crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC Shukun Tan
2020-05-15  9:13 ` [PATCH 4/7] crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE Shukun Tan
2020-05-15  9:13 ` [PATCH 5/7] crypto: hisilicon/zip - add debugfs for Hisilicon ZIP Shukun Tan
2020-05-15  9:13 ` [PATCH 6/7] crypto: hisilicon/qm - add DebugFS for xQC and xQE dump Shukun Tan
2020-05-15  9:14 ` [PATCH 7/7] crypto: hisilicon/qm - change debugfs file name from qm_regs to regs Shukun Tan
2020-05-22 14:13 ` [PATCH 0/7] crypto: hisilicon - add debugfs for DFX Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).