]> Gentwo Git Trees - linux/.git/commit
RDMA/siw: Switch to using the crc32c library
authorEric Biggers <ebiggers@google.com>
Thu, 27 Feb 2025 05:12:07 +0000 (21:12 -0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 3 Mar 2025 12:14:33 +0000 (07:14 -0500)
commit426370c860e8a276000144dd6470de4f1a96f8ee
tree6ca58cfac336addd96d9bb2333e927614b5c5b7d
parent230804a89319a76c6e653caadc98a870877548cc
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>
drivers/infiniband/sw/siw/Kconfig
drivers/infiniband/sw/siw/siw.h
drivers/infiniband/sw/siw/siw_main.c
drivers/infiniband/sw/siw/siw_qp.c
drivers/infiniband/sw/siw/siw_qp_rx.c
drivers/infiniband/sw/siw/siw_qp_tx.c
drivers/infiniband/sw/siw/siw_verbs.c