2016-12-28 15:44:35 -07:00
|
|
|
# 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}
|
|
|
|
|
2016-12-28 16:02:11 -07:00
|
|
|
- @ref directory_structure
|
2016-12-28 15:44:35 -07:00
|
|
|
|
|
|
|
## Modules {#modules}
|
|
|
|
|
2017-01-04 11:35:00 -07:00
|
|
|
- @ref nvme
|
2017-01-04 14:47:02 -07:00
|
|
|
- @ref nvmf
|
2017-01-04 14:40:14 -07:00
|
|
|
- @ref ioat
|
2017-01-04 14:53:20 -07:00
|
|
|
- @ref iscsi
|