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

merge rdma fast data path to stable #69

Merged
merged 4 commits into from
Jan 10, 2024

Commits on Jan 9, 2024

  1. NBS-3864: introduce fast data path external endpoint

    volumes with "use-fastpath" tag can connect directly to disk-agent without
    passing the actor system. When migration needed the endpoint will switch back to
    actor system based data path
    budevg committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    705be5f View commit details
    Browse the repository at this point in the history
  2. NBS-3864: set vhost rdma backend device offset to 0

    device offset is not used for rdma since we access device through disk agent
    which takes care of translating request to correct device physical offset
    budevg committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ee0711e View commit details
    Browse the repository at this point in the history
  3. NBS-3864: use volume block size for rdma backend

    Don't assume that disk agent will expose devices with 512 block size. Instead
    use the volume block size which is supported by the disk agent devices.
    budevg committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    83706e8 View commit details
    Browse the repository at this point in the history
  4. NBS-3864: update cmake files

    budevg committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    195f781 View commit details
    Browse the repository at this point in the history