f062f79768
This allows to use same command for allocating hugepages on systems with different hugepage sizes. The old NRHUGE variable can be still set on Linux machines, but is currently undocumented. Change-Id: I1fba315d95e9aae8b6a8c9c445deb447fecc65dc Signed-off-by: Hailiang Wang <hailiangx.e.wang@intel.com> Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/369546 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> |
||
---|---|---|
.. | ||
.gitignore | ||
bdev.md | ||
blob.md | ||
blobfs.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 | ||
vagrant.md | ||
vhost.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
.