doc: add links and intro blurb to main page

Change-Id: Icc4e3add7d36804de968b4ad2136af773d044001
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-03-25 10:25:10 -07:00
parent 60811b5bf7
commit a7cab063bc

View File

@ -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