- Remove outdated section about pre-release kernels; the Linux kernel support has been in released kernels for a while now. - Switch to ./configure rather than `make CONFIG_...`. - Put the target configuration into subsections, and move it earlier in the doc. - Clean up some wording and style issues. Change-Id: I86e79226a73c4e36ed8a440294957ea824f24f0b Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/395869 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| about.md | ||
| bdev.md | ||
| blob.md | ||
| blobfs.md | ||
| concurrency.md | ||
| directory_structure.md | ||
| Doxyfile | ||
| event.md | ||
| footer.html | ||
| getting_started.md | ||
| header.html | ||
| index.md | ||
| ioat.md | ||
| iscsi.md | ||
| jsonrpc.md | ||
| lvol.md | ||
| Makefile | ||
| memory.md | ||
| nvme-cli.md | ||
| nvme.md | ||
| nvmf.md | ||
| porting.md | ||
| README.md | ||
| stylesheet.css | ||
| userspace.md | ||
| vagrant.md | ||
| vhost.md | ||
| virtio.md | ||
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML, install Doxygen and mscgen and run make in the doc
directory. The output will be located in doc/output/html.