Re: [PATCH v2 03/11] lib/crc64: rename CRC64-Rocksoft to CRC64-NVME
From: Eric Biggers
Date: Sat Feb 08 2025 - 13:59:54 EST
On Wed, Jan 29, 2025 at 07:51:22PM -0800, Eric Biggers wrote:
> The NVME NVM Command Set Specification has a table that gives the
> "Rocksoft Model Parameters" for the CRC variant it uses. When support
> for this CRC variant was added to Linux, this table seems to have been
> misinterpreted as naming the CRC variant the "Rocksoft" CRC. In fact,
> the CRC variant is not explicitly named by the NVME spec.
Making a small correction to this commit message: the spec actually does name
this CRC variant, as "NVM Express 64b CRC". (The name is one of the listed
Rocksoft Model Parameters.) So that further supports using nvme in the name.
- Eric