1ac217dff1
Since VPP can be linked with any SPDK application which wants to leverage user space TCP/IP stack. Currently, both iSCSI target and NVMe-oF target(TCP transport) can use, so we need to create a separate page under general part, which will be much better instead of putting in iSCSI target user guide section. Change-Id: I3c80e935a230cb42c669f65e5bb12b54ecc9527a Signed-off-by: Ziye Yang <ziye.yang@intel.com> Reviewed-on: https://review.gerrithub.io/c/438372 Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: GangCao <gang.cao@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.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.