Provide a convenience wrapper for general purpose dataset management commands. The previous wrapper for deallocate was difficult to use correctly and only for deallocate. Note that the name is "dataset_management" as opposed to "data_set_management" to match the NVMe specification. It's questionable whether "dataset" is valid English, but it is best to match the specification. Change-Id: Ifc03d66dbabeabe8146968cf8a09f7ac3446ad68 Signed-off-by: Ben Walker <benjamin.walker@intel.com> |
||
---|---|---|
.. | ||
ioat | ||
iscsi | ||
nvme | ||
nvmf | ||
Doxyfile | ||
footer.html | ||
header.html | ||
mainpage.txt | ||
Makefile | ||
README.md | ||
stylesheet.css |
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/spdk/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
.