diff options
author | Eric Biggers <ebiggers@google.com> | 2025-02-25 22:28:40 -0800 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2025-05-20 05:34:25 +0200 |
commit | 6b868deaa1c3ad5737e59074985efccf39e7fea2 (patch) | |
tree | ed86e504dca0554b9732fbf12bdce81e40382080 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5df496e9ef12e85dcc21488069bbf1b0285aca00 (diff) |
nvmet-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>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions