From a7cab063bc755b226d59d9f0696c6015959dc8c9 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 25 Mar 2016 10:25:10 -0700 Subject: [PATCH] doc: add links and intro blurb to main page Change-Id: Icc4e3add7d36804de968b4ad2136af773d044001 Signed-off-by: Daniel Verkamp --- doc/mainpage.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/mainpage.txt b/doc/mainpage.txt index 275369548..3255b61ac 100644 --- a/doc/mainpage.txt +++ b/doc/mainpage.txt @@ -35,6 +35,17 @@ \mainpage SPDK Documentation +\section intro Storage Performance Development Kit + +- SPDK on GitHub +- 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. + \section modules Modules - \ref nvme