Re: [PATCH net-next 09/10] nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()

From: Sagi Grimberg
Date: Sat May 17 2025 - 16:30:21 EST



Let's call it rcv_dgst (recv digest) and snd_dgst (send digest).
Other than that, looks good to me.

Reviewed-by: Sagi Grimberg <sagi@xxxxxxxxxxx>
rcv_dgst would be awfully close to recv_ddgst which holds the on-wire digest
that is received. I think I slightly prefer *_crc, since that helps
differentiate the in-progress values from the finalized values.

yea, sounds good.