Spdk/doc/index.md
Jim Harris 4a74580112 bdev: add a getting started guide
For now, this contains the documentation for configuring
block devices in configuration files.  This file can then
be used a common reference for other getting started guides -
iscsi, vhost and nvmf targets.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ie6f6c0b3f36dd3fdf418b904462c81a1696b9694
2017-03-16 05:43:28 -07:00

28 lines
762 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