fd77140073
CPU mask parameter was deprecated in v19.10. If we remove the related code from the portal parser, we will be able to use the parser for the iSCSI initiator to know the target portal in iSCSI fuzz testing. So let's remove the parser and its test code here. Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I72ad4364323abda0f0ed10519b56244cd0c7612e Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476830 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@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.