linux/include/target
Eric Biggers 31e4cdde4d scsi: target: iscsi: 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.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20241202010844.144356-20-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
2024-12-01 17:23:02 -08:00
..
iscsi scsi: target: iscsi: switch to using the crc32c library 2024-12-01 17:23:02 -08:00
target_core_backend.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
target_core_base.h scsi: target: Allow userspace to request direct submissions 2023-10-13 15:53:58 -04:00
target_core_fabric.h scsi: target: core: Unexport target_queue_submission() 2023-10-13 15:53:58 -04:00