Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add document for erasure_code software design #200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 8, 2022

  1. build: skip .png files in format checking

    grep reports both whitespace and dos formatting error on .png files, eg.
      File found with trailing whitespace: doc/images/Figure_erasure_code_update.png
      File found with dos formatting: doc/images/Figure_erasure_code_update.png
    
    This patch skips format checking on .png files.
    
    Signed-off-by: Guodong Xu <[email protected]>
    docularxu committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    3ea723c View commit details
    Browse the repository at this point in the history
  2. doc: add document for erasure_code software design

    This document provides a reverse engineered software design document
    for the existing ISA-L erasure code (EC). Target audiences are engineers
    who want to understand the erasure code algorithm and contribute
    into ISA-L EC.
    
    Signed-off-by: Guodong Xu <[email protected]>
    docularxu committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    59a22bc View commit details
    Browse the repository at this point in the history