Spdk/doc
wanghailiangx 13b7f1b200 doc/jsonrpc: fix a corresponding symbol for method accel_get_opc_assignments
Method "accel_get_opc_assignments"'s response,
start and end symbol do not correspond.

Change-Id: I040cf00778863b350f21126d460a74e3ee932385
Signed-off-by: wanghailiangx <hailiangx.e.wang@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15484
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
2022-11-22 10:04:13 +00:00
..
img
.gitignore
about.md
accel_fw.md doc/accel_fw: fix RPC accel_assign_opc -e to -m 2022-11-10 08:29:19 +00:00
applications.md trace: update trace help inside SPDK target 2022-09-27 19:41:17 +00:00
bdev_module.md
bdev_pg.md
bdev.md bdev/daos: add resize rpc call 2022-10-21 07:19:17 +00:00
bdevperf.md doc: cleanup bdevperf.py 2022-06-20 09:56:52 +00:00
blob.md
blobfs.md
ci_tools.md
compression.md
concepts.md
concurrency.md
containers.md
distributions.md doc/distributions: update doc according to the recent changes 2022-10-13 07:51:32 +00:00
Doxyfile doc/nvmf: nvmf multipath documentation 2022-08-29 10:50:42 +00:00
driver_modules.md
event.md
footer.html
ftl.md FTL: Update documentation 2022-09-20 19:24:26 +00:00
gdb_macros.md
general.md
getting_started.md doc: user --recursive in directions for cloning SPDK repo 2022-10-14 08:35:38 +00:00
header.html
idxd.md
index.md
intro.md
ioat.md
iscsi.md
jsonrpc_proxy.md
jsonrpc.md doc/jsonrpc: fix a corresponding symbol for method accel_get_opc_assignments 2022-11-22 10:04:13 +00:00
libraries.md
lvol.md
Makefile add Intel copyright notices (and/or SPDX lic) where missing 2022-11-10 08:28:53 +00:00
memory.md
misc.md
notify.md
nvme_multipath.md doc/nvme_multipath: Suggest transport_ack_timeout for fast error detection 2022-09-21 07:52:44 +00:00
nvme_spec.md
nvme.md
nvmf_multipath_howto.md bdevperf: promote bdevperf from test to example application 2022-11-16 09:52:41 +00:00
nvmf_tgt_pg.md
nvmf_tracing.md doc/nvmf_tracing: update some nvmf_trace lines according the latest codes 2022-09-09 12:58:21 +00:00
nvmf.md doc: user --recursive in directions for cloning SPDK repo 2022-10-14 08:35:38 +00:00
overview.md
peer_2_peer.md
performance_reports.md doc: add NVMe-oF TCP 22.09 performance reports links 2022-11-15 08:12:50 +00:00
pkgconfig.md
porting.md
prog_guides.md
README.md
rpm.md
scheduler.md scheduler.md: update static scheduler description 2022-10-21 07:33:06 +00:00
shfmt.md
sma.md
spdk_top.md
spdkcli.md
ssd_internals.md
stylesheet.css
system_configuration.md
template_pg.md
tools.md
two.min.js
usdt.md doc/usdt: update build section 2022-08-29 10:50:20 +00:00
user_guides.md
userspace.md
vagrant.md
vhost_processing.md doc/vhost: update Vhost-user link and terminology 2022-08-16 07:21:00 +00:00
vhost.md doc: fix typo in vhost document 2022-11-21 12:01:05 +00:00
virtio.md
vmd.md vmd: rename enable_vmd RPC to vmd_enable 2022-09-01 08:48:32 +00:00

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.