diff options
author | Eric Biggers <ebiggers@google.com> | 2025-02-06 20:17:24 -0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2025-02-12 22:05:10 -0500 |
commit | 92186c1455a2d3563dcea58a6f4729d518b5be50 (patch) | |
tree | 810616f0a08ed6943308dd0fd2d85be8ba53dc7e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 035b9fa023fb4645e9cf104e0f1b4641b1938d08 (diff) |
scsi: iscsi_tcp: 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.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20250207041724.70733-1-ebiggers@kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions