Code Monkey home page Code Monkey logo

flexbso's Introduction

FlexBSO

FlexBSO (Flexible Block Storage Offload) is a solution to expose DPU-managed remote block storage to datacenter VMs. Traditionally, remote block storage is exported to VMs through hypervisor or host software. However, such solution consumes host CPU cycles, incurs latency overhead and is inflexible. FlexBSO uses SR-IOV to provide isolated storage to VMs, NVIDIA SNAP library to provide storage emulation, and SPDK to design and connect with block storage.

Project Contribution

  • Designing FlexBSO that manages remote storage on the DPU and allows customizing the storage backend (e.g. encrypted storage, RAID etc.) keeping it transparent to VMs.
  • Demonstrating that our SNAP-based design achieves 3x throughput compared to NVMe-over-RDMA in multi-threaded scenario.
  • Designing two custom SPDK block devices- safe RAID5 and compression block device.
    • Safe RAID5 block device performs parity check on read IO and notifies about parity mismatch.
    • Compression block device uses hardware-accelearated compression with DOCA SDK to compress on write IO and decompress on read IO to save storage space.

Directory Structure

/
|- snap-vs-rdma : Scripts and results for benchmarking SNAP and NVMe-over-RDMA with Fio
|- bdev-passthru-compress : A SPDK virtual block device that performs de-/compression on read/write
|- raid : A SPDK block device solution to check parity on full-stripe read in RAID5 
|- doca-compression :  A program to measure performance of hardware-accelerated compression in Bluefield-2 DPU
|- presentation.pdf : Project presentation
|- report.pdf : Project report

Contributors

flexbso's People

Contributors

sadmankiba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.