diff options
author | Eric Biggers <ebiggers@google.com> | 2024-12-02 04:20:47 +0300 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2024-12-02 04:23:13 +0300 |
commit | 21dda37f3f8b70dd3531bf388773f1b4c803a130 (patch) | |
tree | 852adb2d0e411a289572af510d44b42c64c2d062 /tools/perf/scripts/python/gecko.py | |
parent | 0961c3bcefa64d5f0999e2b703391862c733bb52 (diff) | |
download | linux-21dda37f3f8b70dd3531bf388773f1b4c803a130.tar.xz |
crypto: crct10dif - expose arch-optimized lib function
Now that crc_t10dif_update() may be directly optimized for each
architecture, make the shash driver for crct10dif register a
crct10dif-$arch algorithm that uses it, instead of only
crct10dif-generic which uses crc_t10dif_generic().
The result is that architecture-optimized crct10dif will remain
available through the shash API once the architectures implement
crc_t10dif_arch() instead of the shash API.
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20241202012056.209768-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions