diff options
author | Eric Biggers <ebiggers@google.com> | 2024-12-01 17:08:44 -0800 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2024-12-01 17:23:02 -0800 |
commit | 31e4cdde4d8b4bc358f3e6b44647ead3cba13aba (patch) | |
tree | 0556a7132785a189dba878c050cbe87f21acd447 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3ca4bec40ee211cd5d907c8e98b66c92f6a1b1e1 (diff) |
scsi: target: iscsi: switch to using the crc32c library
Now that the crc32c() library function directly takes advantage of
architecture-specific optimizations, it is unnecessary to go through the
crypto API. Just use crc32c(). This is much simpler, and it improves
performance due to eliminating the crypto API overhead.
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20241202010844.144356-20-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions