RDMA/siw: 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://patch.msgid.link/20250227051207.19470-1-ebiggers@kernel.org Acked-by:
Bernard Metzler <bmt@zurich.ibm.com> Signed-off-by:
Leon Romanovsky <leon@kernel.org>
Loading
Please sign in to comment