Change-Id: I703732d28b73d03fd0d43017cd262af4a2d666c2 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
737 B
737 B
Storage Performance Development Kit
Introduction
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
- @ref directory_structure
- @ref porting
- Public API header files
Modules
- @ref nvme
- @ref nvmf
- @ref ioat
- @ref iscsi