[PATCH] nvmet-tcp: switch to using the crc32c library
Eric Biggers
ebiggers at kernel.org
Tue Apr 8 21:04:15 PDT 2025
Hi,
On Tue, Feb 25, 2025 at 10:28:40PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers at google.com>
>
> 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 at google.com>
> ---
> drivers/nvme/target/tcp.c | 92 +++++++++++----------------------------
> 1 file changed, 26 insertions(+), 66 deletions(-)
This patch never got applied.
- Eric
More information about the Linux-nvme
mailing list