diff options
author | Keith Busch <[email protected]> | 2022-03-03 12:13:09 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-03-07 12:48:35 -0700 |
commit | cbc0a40e17da361a2ada8d669413ccfbd2028f2d (patch) | |
tree | 121a5f6ee13d4e8b8e4d328cd1494c9ccdba59c9 /net/lapb/lapb_in.c | |
parent | 7ee8809df990d1de379002973baee1681e8d7dd3 (diff) |
lib: add rocksoft model crc64
The NVM Express specification extended data integrity fields to 64 bits
using the Rocksoft parameters. Add the poly to the crc64 table
generation, and provide a generic library routine implementing the
algorithm.
The Rocksoft 64-bit CRC model parameters are as follows:
Poly: 0xAD93D23594C93659
Initial value: 0xFFFFFFFFFFFFFFFF
Reflected Input: True
Reflected Output: True
Xor Final: 0xFFFFFFFFFFFFFFFF
Since this model used reflected bits, the implementation generates the
reflected table so the result is ordered consistently.
Cc: Christoph Hellwig <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Martin K. Petersen <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions