diff options
author | 2025-05-19 10:50:06 -0700 | |
---|---|---|
committer | 2025-05-21 15:40:05 -0700 | |
commit | 62673b7df998b669229f9aaf85a25cb5c24d5e40 (patch) | |
tree | cc7100ca2d2129c57726b5694c8adef10674d722 /net/lapb/lapb_timer.c | |
parent | net: use skb_crc32c() in skb_crc32c_csum_help() (diff) | |
download | wireguard-linux-62673b7df998b669229f9aaf85a25cb5c24d5e40.tar.xz wireguard-linux-62673b7df998b669229f9aaf85a25cb5c24d5e40.zip |
RDMA/siw: use skb_crc32c() instead of __skb_checksum()
Instead of calling __skb_checksum() with a skb_checksum_ops struct that
does CRC32C, just call the new function skb_crc32c(). This is faster
and simpler.
Acked-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://patch.msgid.link/20250519175012.36581-5-ebiggers@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions