Loading
crypto: iaa - Fix comp/decomp delay statistics
mainline inclusion from mainline-v6.9-rc1 commit cdb083e73d632afcc5a931d31bb37445580f4bfb category: bugfix 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=cdb083e73d632afcc5a931d31bb37445580f4bfb -------------------------------- The comp/decomp delay statistics currently have no callers; somehow they were dropped during refactoring. There originally were also two sets, one for the async algorithm, the other for the synchronous version. Because the synchronous algorithm was dropped, one set should be removed. To keep it consistent with the rest of the stats, and since there's no ambiguity, remove the acomp/adecomp versions. Also add back the callers. Intel-SIG: commit cdb083e73d63 crypto: iaa - Fix comp/decomp delay statistics. Backporting patches for Intel IAA crypto driver on Intel Xeon platform. Reported-by:Rex Zhang <rex.zhang@intel.com> 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>