Loading
crypto: iaa - Add global_stats file and remove individual stat files
mainline inclusion from mainline-v6.10-rc1 commit c21fb22df63d51bb26d34023b0d9651a15442eb6 category: feature bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I9TA1S CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c21fb22df63d51bb26d34023b0d9651a15442eb6 -------------------------------- 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. Intel-SIG: commit c21fb22df63d crypto: iaa - Add global_stats file and remove individual stat files. Backporting patches for Intel IAA crypto driver on Intel Xeon platform. Signed-off-by:Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
Xiaochen Shen <xiaochen.shen@intel.com>