diff options
author | Eric Biggers <ebiggers@google.com> | 2025-02-06 19:23:16 -0800 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2025-02-09 04:20:10 -0500 |
commit | ccca5e8aa14572315dc9b9dadb3a06a6a6a607f7 (patch) | |
tree | 8b9552f73cc992652dcd283346e61f40c4b80686 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 79bccd746132afe12b8bc3785e7b74b90440060d (diff) |
RDMA/rxe: switch to using the crc32 library
Now that the crc32_le() library function takes advantage of
architecture-specific optimizations, it is unnecessary to go through the
crypto API. Just use crc32_le(). 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://patch.msgid.link/20250207032316.53941-1-ebiggers@kernel.org
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions