f3096dace8
The 4 different RPC commands to create Virtio bdevs have been unified to a single, yet another RPC command in hopes the previous ones will be eventually removed. That happened in 18.07 and now in order to remove the old ones we mark them deprecated. The unified RPC command was introduced in 18.07 and has already replaced the old, separate RPCs in our test scripts some time ago. This patch also removes the old RPCs from doc/bdev.md and while here, rephrases the Virtio section a bit to make it more readable after some alphabetization changes from the past. jsonrpc.md already described the old RPCs as about to be deprecated, so there are no changes required in there. Change-Id: I77ebf2dde56b1f4a6e4090ed76de16a97310c1c5 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/429908 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> |
||
---|---|---|
.. | ||
img | ||
.gitignore | ||
about.md | ||
applications.md | ||
bdev_module.md | ||
bdev_pg.md | ||
bdev.md | ||
blob.md | ||
blobfs.md | ||
concepts.md | ||
concurrency.md | ||
directory_structure.md | ||
Doxyfile | ||
driver_modules.md | ||
event.md | ||
experimental_tools.md | ||
footer.html | ||
general.md | ||
getting_started.md | ||
header.html | ||
index.md | ||
intro.md | ||
ioat.md | ||
iscsi.md | ||
jsonrpc.md | ||
lvol.md | ||
Makefile | ||
memory.md | ||
misc.md | ||
nvme-cli.md | ||
nvme.md | ||
nvmf_tgt_pg.md | ||
nvmf_tracing.md | ||
nvmf.md | ||
peer_2_peer.md | ||
performance_reports.md | ||
porting.md | ||
prog_guides.md | ||
README.md | ||
spdkcli.md | ||
ssd_internals.md | ||
stylesheet.css | ||
template_pg.md | ||
tools.md | ||
two.min.js | ||
user_guides.md | ||
userspace.md | ||
vagrant.md | ||
vhost_processing.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 run make
in the doc
directory. The output will be located in doc/output/html
. Before
running make
ensure all pre-requisites are installed. See
Installing Prerequisites
for more details.