Commit a7cab063 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

doc: add links and intro blurb to main page



Change-Id: Icc4e3add7d36804de968b4ad2136af773d044001
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 60811b5b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -35,6 +35,17 @@

\mainpage SPDK Documentation

\section intro Storage Performance Development Kit

- <a href="https://github.com/spdk/spdk">SPDK on GitHub</a>
- <a href="http://www.spdk.io/">SPDK.io</a>

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.

\section modules Modules

- \ref nvme