Change-Id: Ifce9507fc327ee090d4a825323df928d440fe025 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/362273 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
33 lines
816 B
Markdown
33 lines
816 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 memory
|
|
- @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
|