This will allow us to do interesting things in tests like configure a bdev with a really long delay, and allow I/O to build up on a target to see what happens, then decrease the latency to allow traffic to flow through normally without ever having to delete and reconfigure the bdev. Change-Id: Ibcb1101f8eed9fe3094ba239110cb4e49ace6554 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464454 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
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.