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

fdp: support scheme placement id selection #1757

Merged
merged 2 commits into from
May 21, 2024

Commits on May 21, 2024

  1. fdp: support scheme placement id (index) selection

    Add a new placement id selection method called scheme. It allows
    users to assign a placement ID (index) depending on the offset range.
    The strategy of the scheme is specified in the file by user and
    is applicable using the option dp_scheme.
    
    Signed-off-by: Hyunwoo Park <[email protected]>
    parkvibes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    04d5add View commit details
    Browse the repository at this point in the history
  2. t/nvmept_fdp: add tests(302,303,400,401) for fdp scheme

    - 302/303: invalid options tests
    - 400/401: check whether fdp scheme works properly
    
    Signed-off-by: Hyunwoo Park <[email protected]>
    parkvibes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    96566b0 View commit details
    Browse the repository at this point in the history