Spdk/doc/index.md
Piotr Pelplinski dfdb6edd3f vhost: Getting Started for SPDK vhost
This patch adds getting started guide for SPDK vhost.
This document describes how to build and run vhost application.

Signed-off-by: Piotr Pelplinski <piotr.pelplinski@intel.com>
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Icab3ad75f1ebf4d53153fb7070151a7244f1dfa9
2017-03-29 13:09:57 -07:00

31 lines
801 B
Markdown

# Storage Performance Development Kit {#index}
# Introduction {#intro}
- [SPDK on GitHub](https://github.com/spdk/spdk/)
- [SPDK.io](http://www.spdk.io/)
The Storage Performance Development Kit (SPDK) provides a set of tools and libraries
for writing high performance, scalable, user-mode storage applications.
It achieves high performance by moving all of the necessary drivers
into userspace and operating in a polled mode instead of relying on interrupts,
which avoids kernel context switches and eliminates interrupt handling overhead.
## General Information {#general}
- @ref directory_structure
- @ref porting
- [Public API header files](files.html)
## Modules {#modules}
- @ref event
- @ref nvme
- @ref nvmf
- @ref ioat
- @ref iscsi
- @ref bdev
- @ref blob
- @ref blobfs
- @ref vhost