crypto: iaa - Add global_stats file and remove individual stat files
authorTom Zanussi <tom.zanussi@linux.intel.com>
Mon, 4 Mar 2024 21:20:10 +0000 (15:20 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Apr 2024 02:49:38 +0000 (10:49 +0800)
commitc21fb22df63d51bb26d34023b0d9651a15442eb6
treeef6f43db766144a883fb14c9f856a411a0aacc99
parent956cb8a37039306379a1a926ccb1b55e08ffae80
crypto: iaa - Add global_stats file and remove individual stat files

Currently, the wq_stats output also includes the global stats, while
the individual global stats are also available as separate debugfs
files.  Since these are all read-only, there's really no reason to
have them as separate files, especially since we already display them
as global stats in the wq_stats.  It makes more sense to just add a
separate global_stats file to display those, and remove them from the
wq_stats, as well as removing the individual stats files.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/driver-api/crypto/iaa/iaa-crypto.rst
drivers/crypto/intel/iaa/iaa_crypto_stats.c