]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/doc/index.md
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / doc / index.md
index 68b7401f036663e546de981ba324986832dce843..4ae864632169562eb4d5e97d3a5d9bba38d09292 100644 (file)
@@ -1,30 +1,31 @@
 # 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}
-
- - @ref directory_structure
- - @ref porting
- - [Public API header files](files.html)
-
-## Modules {#modules}
-
-- @ref event
-- @ref nvme
-- @ref nvmf
-- @ref ioat
-- @ref iscsi
-- @ref bdev
-- @ref blob
-- @ref blobfs
-- @ref vhost
+# Introduction
+@copydoc intro
+
+# Concepts
+@copydoc concepts
+
+# User Guides
+@copydoc user_guides
+
+# Programmer Guides
+@copydoc prog_guides
+
+# General Information
+@copydoc general
+
+# Miscellaneous
+@copydoc misc
+
+# Driver Modules
+@copydoc driver_modules
+
+# Tools
+@copydoc tools
+
+# Experimental Tools
+@copydoc experimental_tools
+
+# Performance Reports
+@copydoc performance_reports