Coder Social home page Coder Social logo

baishuhan / aios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skkucsl/aios

0.0 0.0 0.0 179.77 MB

License: Other

Makefile 0.25% Roff 0.02% C 96.24% Assembly 1.30% C++ 1.44% Objective-C 0.30% Shell 0.16% Perl 0.12% Awk 0.01% Python 0.11% sed 0.01% Yacc 0.02% Lex 0.01% UnrealScript 0.01% Gherkin 0.01% XS 0.01% Clojure 0.01% M4 0.01% SmPL 0.02% Raku 0.01%

aios's Introduction

Asynchronous I/O Stack

This is the source code repository for the paper entitled "Asynchronous I/O Stack: A Low-latency Kernel I/O Stack for Ultra-Low Latency SSDs" in the 2019 USENIX Annual Technical Conference

How to use

  • Enable CONFIG_AIOS and CONFIG_INTEL_IOMMU (set to y).
  • Enable CONFIG_NVME_CORE and CONFIG_BLK_DEV_NVME (set to y, not module).
  • Open a file using a O_AIOS or 040000000 flag. The file should be located in Ext4 file system and in an NVMe SSD.
  • Access the file using read(), pread(), write(), pwrite(), fsync() and fdatasync().

Warning

  • The source code is not tested with SSDs having a volatile write cache. All tested NVMe SSDs have the non-volatile write cache feature.
  • The current implementation supports only one NVMe SSD at a time. If you have multiple NVMe SSDs, the macro DEV_INSTANCE in drivers/nvme/host/pci.c should be properly adjusted to specify an NVMe SSD you want to apply AIOS to.
  • The current implementation does not support the mmap() path.

aios's People

Contributors

wowzerjk avatar tlsghkrnfla 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.