intel / intel/isa-l

Feature request: add ec_check

Open
#36 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
1.1k
Forks
346
PR merge metrics
No merged PRs in 30d

Description

ISA-L's raid module includes the parity check functions `xor_check` and `pq_check` for verifying parity. But there's no equivalent in the erasure code module. Could we please have a general parity check function like `int ec_check(int len, int k, int rows, unsigned char *gftbls, unsigned char **data)`? Or perhaps a pair of functions, one that takes precalculates a parity check matrix, and one that uses it to verify parity?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.