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

refactor: transtition to spdk client #875

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

  1. refactor: move spdk bindings to spdk package

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    788ecfc View commit details
    Browse the repository at this point in the history
  2. chore(deps): get spdk client

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    56e9741 View commit details
    Browse the repository at this point in the history
  3. refactor: add spdk client adapter

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6d6fedb View commit details
    Browse the repository at this point in the history
  4. test: adjust test infrastructure to spdk client

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8cb2fd3 View commit details
    Browse the repository at this point in the history
  5. refactor(backend): transition to spdk client

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    dc09e78 View commit details
    Browse the repository at this point in the history
  6. refactor(frontend): transition to spdk client

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cff9e85 View commit details
    Browse the repository at this point in the history
  7. refactor(middleend): transition to spdk client

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b1666e0 View commit details
    Browse the repository at this point in the history
  8. refactor(kvm): transition to spdk client

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    41d0d6a View commit details
    Browse the repository at this point in the history
  9. refactor(spdk): rename SpdkClientAdapter to ClientAdapter

    type name will be used as spdk.SpdkClientAdapter by other
    packages, and that stutters; consider calling this ClientAdapter
    
    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d39270f View commit details
    Browse the repository at this point in the history
  10. chore(deps): remove github.com/opiproject/gospdk

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf34d3d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. refactor: (spdk)add trace to adapter

    Signed-off-by: Artsiom Koltun <[email protected]>
    artek-koltun committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9d0d950 View commit details
    Browse the repository at this point in the history