Spdk/doc
Evgeniy Kochetov 251db8144f nvmf/rdma: Add NVMf RDMA transport pending statistics
This patch adds statistics for pending state in NVMf RDMA subsytem
which may help to detect lack of resources and adjust configuration
correctly.

Signed-off-by: Evgeniy Kochetov <evgeniik@mellanox.com>
Change-Id: I9560d931c0dfb469659be42e13b8302c52912420
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452300
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2019-07-26 20:30:00 +00:00
..
img
.gitignore
about.md
applications.md rpc: rename RPC get_rpc_methods to rpc_get_methods 2019-05-27 12:52:53 +00:00
bdev_module.md doc: fix location of SPDK_BDEV_MODULE_REGISTER macro 2019-05-14 22:28:30 +00:00
bdev_pg.md
bdev.md scripts/rpc: change construct_crypto_bdevs args to positional 2019-07-24 18:23:02 +00:00
blob.md doc/blobstore: remove non-exist description for "hello_nvme_blob" 2019-06-05 05:27:50 +00:00
blobfs.md doc/blobfs: Update rocksdb version 2019-07-08 08:42:46 +00:00
compression.md doc/compression: fix diagrams 2019-06-06 05:35:25 +00:00
concepts.md doc: Add concept page on submitting I/O to an NVMe device 2019-05-09 04:33:19 +00:00
concurrency.md docs: update concurrency.md regarding thread creation 2019-07-23 01:28:05 +00:00
Doxyfile doc: move SPDKCLI to tools section 2019-06-17 10:10:59 +00:00
driver_modules.md
event.md
footer.html
ftl.md bdev/ftl: treat null UUID as no UUID 2019-03-26 12:01:48 +00:00
gdb_macros.md doc: add documentation for gdb_macros 2019-02-21 18:04:34 +00:00
general.md doc: Rename directory_structure.md to overview.md 2019-05-09 04:33:19 +00:00
getting_started.md
header.html
index.md doc: move SPDKCLI to tools section 2019-06-17 10:10:59 +00:00
intro.md
ioat.md
iscsi.md test: don't call python explicitly 2019-05-08 14:22:19 +00:00
jsonrpc_proxy.md
jsonrpc.md nvmf/rdma: Add NVMf RDMA transport pending statistics 2019-07-26 20:30:00 +00:00
lvol.md blobstore/docs: Documentation for 'delete snapshot' functionality 2019-07-16 03:24:19 +00:00
Makefile
memory.md doc: Improve title of memory management concept page 2019-05-08 12:26:29 +00:00
misc.md
notify.md lib/notify: rename spdk_notify_get_events to spdk_notify_foreach_event 2019-05-07 06:11:27 +00:00
nvme_spec.md doc: Add concept page on submitting I/O to an NVMe device 2019-05-09 04:33:19 +00:00
nvme-cli.md
nvme.md doc: add a description of limitation for multi-process usage 2019-01-28 02:35:11 +00:00
nvmf_tgt_pg.md
nvmf_tracing.md doc/nvmf_tracing: fix a typo 2019-02-18 07:45:28 +00:00
nvmf.md NVMF: Add model number as parameter to construct_nvmf_subsystem (-d option). 2019-04-23 16:51:16 +00:00
overview.md doc: Finish overview page 2019-05-09 04:33:19 +00:00
peer_2_peer.md nvme: Update p2p DMA documentation to indicate how to check for support 2019-02-06 16:01:56 +00:00
performance_reports.md doc: add 19.04 NVMe-oF RDMA performance report 2019-07-05 12:07:03 +00:00
porting.md
prog_guides.md doc/notify: add missing links about notify 2019-05-07 06:11:45 +00:00
README.md
spdkcli.md
ssd_internals.md doc: Rename directory_structure.md to overview.md 2019-05-09 04:33:19 +00:00
stylesheet.css
system_configuration.md
template_pg.md
tools.md doc: move SPDKCLI to tools section 2019-06-17 10:10:59 +00:00
two.min.js
user_guides.md
userspace.md
vagrant.md
vhost_processing.md doc: Improve title of vhost concepts page 2019-05-08 12:26:29 +00:00
vhost.md
virtio.md
vpp_integration.md net/vpp: move to VPP 19.04 2019-07-25 14:51:21 +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.