The "core" parameter is no longer accepted for construct_nvmf_subsystem, and it is also no longer returned as part of the get_nvmf_subsystems result. Update the documentation to match. Fixes: 7b397f6281de ("nvmf: No longer tie subsystems to CPU cores") Change-Id: Ibec85de6942f8da99f195b747423040c54a44959 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/398873 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@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, install Doxygen and mscgen and run make
in the doc
directory. The output will be located in doc/output/html
.